Adding coder library as a dependency

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

cargo add coder

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

coder = "0.3.6"

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

Back to the crate overview.