Adding dive_deco library as a dependency

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:

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.