Adding burncloud_code library as a dependency

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

cargo add burncloud-code

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

burncloud-code = "0.1.9"

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

Back to the crate overview.