aorist_attributes
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:
Cargo.toml
[dependencies]
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.