hdf5_metno_src/
lib.rs

1//! Dummy crate for building HDF5 C library from source.
2
3#[cfg(feature = "zlib")]
4extern crate libz_sys;