Skip to main content

Crate zrip_core

Crate zrip_core 

Source

Re-exports§

pub use sequence::Sequence;
pub use error::CompressError;
pub use error::DecompressError;
pub use error::ZstdError;

Modules§

bitstream
block
dict
error
frame
Zstd frame format constants.
fse
hash
hint
huffman
sequence
simd
xxhash

Constants§

DEFAULT_DECOMPRESS_LIMIT
SAFE_DECOMPRESS_LIMIT
A conservative output limit (128 MiB) suitable for decompressing untrusted input.