Skip to main content

Crate znippy_compress

Crate znippy_compress 

Source

Re-exports§

pub use slot_packer::compress_dir;
pub use slot_packer::compress_dir_with_policy;
pub use stream_packer::compress_stream;
pub use stream_packer::compress_stream_with_policy;
pub use stream_packer::compress_stream_with_sink;
pub use stream_packer::compress_stream_with_sink_and_policy;
pub use stream_packer::ArchiveEntry;
pub use stream_packer::StreamCompressor;

Modules§

slot_packer
Two-pass directory compression.
stream_packer
Streaming compressor (compress_stream) on the canonical no-barrier Gatling engine: znippy_zoomies::gatling::ordered::run_ordered_sink.

Structs§

SkipPolicy
Re-exported so a caller can state what it already knows about its input without also depending on znippy-common directly. A batch-level compression policy: one ContentHint covering everything in a run, plus the fallbacks for when the hint says nothing.

Enums§

ContentHint
Re-exported so a caller can state what it already knows about its input without also depending on znippy-common directly. What a caller already knows about its content, if anything.