hdf5-rs 0.2.0

Thread-safe Rust bindings for the HDF5 library.
1
2
3
4
5
extern crate libhdf5_lib as lib;

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