Docs.rs
zip-0.6.6
zip 0.6.6
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
Plecra
Pr0methean
Dependencies
aes ^0.8.2
normal
byteorder ^1.4.3
normal
bzip2 ^0.4.3
normal
constant_time_eq ^0.1.5
normal
crc32fast ^1.3.2
normal
flate2 ^1.0.23
normal
hmac ^0.12.1
normal
pbkdf2 ^0.11.0
normal
sha1 ^0.10.1
normal
time ^0.3.7
normal
zstd ^0.11.2
normal
bencher ^0.1.5
dev
getrandom ^0.2.5
dev
time ^0.3.7
dev
walkdir ^2.3.2
dev
crossbeam-utils ^0.8.8
normal
Versions
100%
of the crate is documented
Go to latest version
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
ZipResult
In zip::result
?
Type Definition
zip
::
result
::
ZipResult
source
·
[
−
]
pub type ZipResult<T> =
Result
<T,
ZipError
>;
Expand description
Generic result type with ZipError as its error variant