lzfse_rust 0.2.1

A pure Rust LZFSE library.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
mod byte_reader;
mod idx;
mod short_buffer;
mod short_bytes;
mod short_writer;
mod wide_bytes;
mod wide_bytes_mut;

pub use byte_reader::ByteReader;
pub use idx::Idx;
pub use short_buffer::ShortBuffer;
pub use short_bytes::ShortBytes;
pub use short_writer::ShortWriter;
pub use wide_bytes_mut::WideBytesMut;