lz4-sys 1.11.1+lz4-1.10.0

Rust LZ4 sys package.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "lz4-sys"
license = "MIT"
links = "lz4"
version = "1.11.1+lz4-1.10.0"
authors = [ "Jens Heyens <jens.heyens@ewetel.net>", "Artem V. Navrotskiy <bozaro@buzzsoft.ru>", "Patrick Marks <pmarks@gmail.com>"]
build = "build.rs"
description = "Rust LZ4 sys package."
repository = "https://github.com/10xGenomics/lz4-rs"

[dependencies]
libc = "0.2"

[build-dependencies]
cc = "1.1"