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