lzfse 0.1.0

Rust bindings for the LZFSE reference implementation.
Documentation
1
2
3
4
5
6
7
8
9
10
11
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"
```