Expand description
Low-overhead compression for sparse files.
Structs§
Enums§
- Decode
Slice Error - Errors that may occur while decoding a slice.
- Decoder
State - Possible states the decoder can be in.
- Encode
Slice Error - Errors that may occur while encoding a slice.
- Encoder
State - 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.