Crate byte_size

source ·
Expand description

Byte Size is a library that can compress short strings more efficiently than smaz, at the expense of extra runtime cost.

See readme for more information

Re-exports

pub use crate::engine::compress;
pub use crate::engine::decompress;
pub use crate::error::Result;

Modules

Contains the Builder struct used to construct Engines
Contains the Engine struct used to compress and decompress
Contains all possible error types raised by the decompressor