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