blosc-src 0.1.1

FFI bindings for blosc-c
Documentation
//! This crate is for building `c-blosc` and linking to the static build.

#![allow(clippy::redundant_static_lifetimes)]
#![allow(non_camel_case_types)]

include!("bindgen.rs");