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