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