Adding aether library as a dependency

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

cargo add aether-log

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

aether-log = "0.1.1"

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

Back to the crate overview.