subtle_encoding
Run this command in a terminal, in your project's directory:
cargo add subtle-encoding
To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:
Cargo.toml
[dependencies]
subtle-encoding = "0.5.1"
The subtle_encoding library will be automatically available globally. Read the subtle_encoding library documentation.
Back to the crate overview.