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