hdf5_metno_src/
lib.rs

1
2
3
4
//! Dummy crate for building HDF5 C library from source.

#[cfg(feature = "zlib")]
extern crate libz_sys;