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