https://github.com/firasuke/lzip-rs
lzlib (lzip compression) bindings for Rust
https://github.com/firasuke/lzip-rs
Last synced: 8 months ago
JSON representation
lzlib (lzip compression) bindings for Rust
- Host: GitHub
- URL: https://github.com/firasuke/lzip-rs
- Owner: firasuke
- License: apache-2.0
- Created: 2022-02-28T22:12:28.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-01T20:57:26.000Z (over 3 years ago)
- Last Synced: 2025-03-30T08:11:17.260Z (about 1 year ago)
- Language: Rust
- Size: 240 KB
- Stars: 11
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# lzip
[Documentation](https://docs.rs/lzip)
A streaming compression/decompression library for rust with bindings to lzlib.
```toml
# Cargo.toml
[dependencies]
lzip = "0.1"
```
## License
Licensed under either of
* Apache License, Version 2.0
([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
* MIT license
([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
at your option.
## Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be
dual licensed as above, without any additional terms or conditions.