libhdf5-sys 0.2.0

Native bindings to the HDF5 library
extern crate libhdf5_lib as lib;

fn main() {
    lib::dump_build_flags();
}