Adding compress_io library as a dependency

Run this command in a terminal, in your project's directory:

cargo add compress_io

To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:

compress_io = "0.5.0"

The compress_io library will be automatically available globally. Read the compress_io library documentation.

Back to the crate overview.