Adding aorist_util library as a dependency

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:

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.