Docs.rs
rc-zip-2.0.0
rc-zip 2.0.0
Docs.rs crate page
Apache-2.0
OR
MIT
Links
Repository
crates.io
Source
Owners
fasterthanlime
Dependencies
chardet ^0.2.4
normal
chardetng ^0.1.17
normal
chrono ^0.4.24
normal
circular ^0.3.0
normal
crc32fast ^1.3.2
normal
encoding_rs ^0.8.32
normal
libflate ^1.3.0
normal
nom ^7.1.3
normal
oem_cp ^2.0.0
normal
positioned-io ^0.3.1
normal
pretty-hex ^0.3.0
normal
thiserror ^1.0.40
normal
tracing ^0.1.37
normal
Versions
33.33%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Module prelude
Traits
?
Module
rc_zip
::
prelude
source
·
[
−
]
Expand description
Prelude for rc-zip
Traits
ReadZip
A trait for reading something as a zip archive (blocking I/O model), when we can tell size from self.
ReadZipWithSize
A trait for reading something as a zip archive (blocking I/O model)