re_hdf5 0.35.0

Core HDF5-to-chunk loading logic for Rerun
Documentation

re_hdf5

Part of the rerun family of crates.

Latest version Documentation MIT Apache

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.