lzfse_rust 0.2.1

A pure Rust LZFSE library.
Documentation
1
2
3
4
5
mod object;
mod writer;

pub use object::*;
pub use writer::LzWriter;