Adding cargo_experiment_b
library as a dependency
Run this command in a terminal, in your project's directory:
cargo add cargo_experiment_b
To add it manually, edit your project's Cargo.toml
file and add to the [dependencies]
section:
cargo_experiment_b = "1.0.0"
The cargo_experiment_b
library will be automatically available globally.
Read the cargo_experiment_b
library documentation.