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