tree: c38b212e9d26689f3b86509d6db1e473155f5eb4 [path history] [tgz]
  1. patches/
  2. src/
  3. .android-checksum.json
  4. .cargo-checksum.json
  5. Android.bp
  6. Cargo.lock
  7. Cargo.toml
  8. cargo_embargo.json
  9. LICENSE
  10. METADATA
  11. MODULE_LICENSE_ZLIB
  12. README.md
  13. 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.