lzfse 0.2.0

Rust bindings for the LZFSE reference implementation.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
lzfse-rs
======
![Build and Test](https://github.com/citruz/lzfse-rs/workflows/Build%20and%20Test/badge.svg?branch=main)[![crates.io](https://img.shields.io/crates/v/lzfse)](https://crates.io/crates/lzfse)

https://img.shields.io/crates/v/lzfse

Rust bindings for the LZFSE reference implementation at https://github.com/lzfse/lzfse.

[Documentation](https://docs.rs/lzfse)

```toml
# Cargo.toml
[dependencies]
lzfse = "0.2.0"
```