Docs.rs
rc-zip-2.0.1
rc-zip 2.0.1
Docs.rs crate page
Apache-2.0
OR
MIT
Links
Repository
crates.io
Source
Owners
fasterthanlime
Dependencies
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
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
In rc_zip
?
Macro
rc_zip
::
transition
source
·
[
−
]
macro_rules!
transition { (
$state
: expr => (
$pattern
: pat)
$body
: expr) => { ... }; }