sevenz-rust2 0.20.2

A 7z decompressor/compressor written in pure Rust
Documentation
1
2
3
4
5
6
7
#[cfg(all(feature = "compress", feature = "util", not(target_arch = "wasm32")))]
pub(crate) mod compress;
#[cfg(all(feature = "util", not(target_arch = "wasm32")))]
pub(crate) mod decompress;

#[cfg(target_arch = "wasm32")]
pub(crate) mod wasm;