Co-Authored-By: Claude Opus 5 (1M context) <[email protected]>
Derive macros for clawhdf5 HDF5 traits.
#[derive(HDF5Type)]
use clawhdf5_derive::HDF5Type; #[derive(HDF5Type)] struct Point { x: f64, y: f64, z: f64, }
MIT