1 2 3 4 5 6 7 8
//! Rust bindings to `hdf5_hl`. #![feature(c_size_t)] #[link(name = "hdf5_hl")] extern "C" {} pub mod h5pt;