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