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