rust-lzo 0.6.2

A pure rust implementation of lzo converted from Linux's C implementation using corrode
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[dependencies]
libc = "0.2.21"

[package]
authors = ["Jeff Muizelaar <jmuizelaar@mozilla.com>"]
categories = ["compression"]
description = "A pure rust implementation of lzo converted from Linux's C implementation using corrode"
documentation = "https://docs.rs/rust-lzo"
license = "GPL-2.0"
name = "rust-lzo"
repository = "https://github.com/jrmuizel/rust-lzo"
version = "0.6.2"