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