blosc-sys 1.7.0-rust1

Native bindings to the blocking, shuffling and loss-less compression library that can be faster than `memcpy()`
Documentation
[package]

name = "blosc-sys"
version = "1.7.0-rust1"
authors = ["Corey Richardson <corey@octayn.net>"]
links = "blosc"
build = "build.rs"
repository = "https://github.com/cmr/blosc-sys"
license = "BSL-1.0"
description = "Native bindings to the blocking, shuffling and loss-less compression library that can be faster than `memcpy()`"

[lib]
name = "blosc_sys"
path = "lib.rs"

[dependencies]
libc = "*"

[build-dependencies]
cmake = "*"

[features]
unstable = []