Adding avin_tester library as a dependency

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

cargo add avin_tester

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

avin_tester = "0.4.0"

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

Back to the crate overview.