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