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