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