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