lzfse_rust 0.1.0

A pure Rust LZFSE library.
Documentation
mod object;
mod writer;

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