Files
clawhdf5/crates/clawhdf5-io
osobhandClaude Fable 5.1 0876796432 chore(release): v2.3.0
Bump all workspace crates, the node package and pyproject to 2.3.0, finalize
the changelog and add upgrade notes for the behaviour changes.

Co-Authored-By: Claude Fable 5.1 <[email protected]>
2026-09-19 07:19:11 -07:00
..
2026-08-16 20:44:28 +00:00
2026-09-19 07:19:11 -07:00

clawhdf5-io

crates.io docs.rs

I/O abstraction layer for clawhdf5.

Features

  • Memory-mapped file access (mmap feature)
  • Async I/O via Tokio (async feature)
  • HSDS remote access (hsds feature)
  • Prefetching and sweep optimizations

Usage

use clawhdf5_io::MmapReader;

let reader = MmapReader::open("data.h5").unwrap();

License

MIT