Adding secbits library as a dependency

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

cargo add secbits

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

secbits = "0.3.3"

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

Back to the crate overview.