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