Back to Rerun

re_hdf5

crates/store/re_hdf5/README.md

0.35.0671 B
Original Source

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.