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;