1 2 3 4
//! HDF5 export (requires `hdf5` feature and the `libhdf5-dev` system library). //! //! This module is intentionally empty until the `hdf5` Rust crate dependency //! is added and the system library is available. The feature gate is in place.