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