blosc_sys/
lib.rs

1// vim: tw=80
2#![allow(clippy::redundant_static_lifetimes)]
3//! Rust FFI bindings for the C-Blosc block-oriented compression library
4//!
5//! These are raw, `unsafe` FFI bindings.  Here be dragons!  You probably
6//! shouldn't use this crate directly.  Instead, you should use the
7//! [`blosc`](https://crates.io/crates/blosc) crate.
8include!("bindgen.rs");