Derive macros for rustyhdf5 HDF5 traits.
#[derive(HDF5Type)]
use rustyhdf5_derive::HDF5Type; #[derive(HDF5Type)] struct Point { x: f64, y: f64, z: f64, }
MIT