Crate zerocrush

Source
Expand description

Low-overhead compression for sparse files.

Structs§

Decoder
Streaming decoder context.
Encoder
Streaming encoder context.

Enums§

DecodeSliceError
Errors that may occur while decoding a slice.
DecoderState
Possible states the decoder can be in.
EncodeSliceError
Errors that may occur while encoding a slice.
EncoderState
Possible states the encoder can be in.

Functions§

decode_from_slice
Convenient helper function to directly decode arbitrary data from a destination byte slice.
encode_into_slice
Convenient helper function to directly encode arbitrary data into a destination byte slice.