Adding testing_utils library as a dependency

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

cargo add testing-utils

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

testing-utils = "0.1.2"

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

Back to the crate overview.