hdf5-format 0.1.0

Pure Rust HDF5 on-disk format codec (encode/decode, no I/O)
Documentation

Pure Rust HDF5 on-disk format codec.

This crate handles encoding and decoding of HDF5 binary structures (superblock, object headers, messages, chunk indices) without performing any file I/O. It is used by hdf5-io and hdf5 crates.