lzfse_rust 0.2.1

A pure Rust LZFSE library.
Documentation
1
2
3
4
5
mod match_fast;
mod ops;

pub use match_fast::*;
pub use ops::*;