Adding aorist_attributes library as a dependency

Run this command in a terminal, in your project's directory:

cargo add aorist_attributes

To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:

aorist_attributes = "0.0.14"

The aorist_attributes library will be automatically available globally. Read the aorist_attributes library documentation.

Back to the crate overview.