re_hdf5
Part of the rerun family of crates.
Core HDF5-to-chunk loading logic for Rerun.
Reads an HDF5 file into a lazy stream of Rerun chunks:
each HDF5 group maps to an entity, each leaf dataset to a component, with a single file-wide timeline.
The backend is the pure-Rust hdf5-pure crate — no native libhdf5 dependency.