hdf5 0.8.1

Thread-safe Rust bindings for the HDF5 library.
1
2
3
4
5
6
#![allow(dead_code)]

pub mod gen;
pub mod util;
#[macro_use]
pub mod macros;