tree: f7e4fec03a8c7171861efa3ec830d1e8b9510445 [path history] [tgz]
  1. src/
  2. .android-checksum.json
  3. .cargo-checksum.json
  4. Android.bp
  5. Cargo.lock
  6. Cargo.toml
  7. cargo_embargo.json
  8. LICENSE
  9. METADATA
  10. MODULE_LICENSE_ZLIB
  11. README.md
  12. TEST_MAPPING
crates/zlib-rs/README.md

⚠️ UNSTABLE⚠️

the public interface of this crate is unstable!

A pure-rust implementation of zlib.

For a zlib -compatible rust api of this crate, see libz-rs-sys. For a more high-level interface, use flate2.