lzfse-rs ====== Rust bindings for the LZFSE reference implementation at https://github.com/lzfse/lzfse. [Documentation](https://docs.rs/lzfse) ```toml # Cargo.toml [dependencies] lzfse = "0.1.0" ```