minilzo3 0.1.0

Pure Rust implementation of minilzo; initially created with c2rust.
Documentation
[package]
name = "minilzo3"
version = "0.1.0"
authors = ["Miles Granger <miles59923@gmail.com>"]
edition = "2018"
license-file = "LICENSE"
readme = "README.md"
description = "Pure Rust implementation of minilzo; initially created with c2rust."

[dependencies]
libc = "0.2"
thiserror = "^1"