absperf-minilzo 0.3.2

safe wrapper around absperf-minilzo-sys
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "absperf-minilzo"
version = "0.3.2"
authors = ["Taylor C. Richberger <taywee@gmx.com>"]
edition = "2018"
description = "safe wrapper around absperf-minilzo-sys"
readme = "README.md"
repository = "https://gitlab.com/Taywee/absperf-minilzo"
license = "GPL-2.0"
keywords = ["compression", "lzo", "minilzo"]
categories = ["compression", "api-bindings"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
absperf-minilzo-sys = "2.10"