Adding creator library as a dependency

Run this command in a terminal, in your project's directory:

cargo add creator

To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:

creator = "0.4.1"

The creator library will be automatically available globally. Read the creator library documentation.

Back to the crate overview.