Adding assay_policy library as a dependency

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

cargo add assay-policy

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

assay-policy = "3.10.0"

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

Back to the crate overview.