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

Co-Authored-By: Claude Fable 5.1 <[email protected]>
2026-09-19 13:32:47 -07:00
..
2026-08-16 20:44:28 +00:00
2026-09-19 13:32:47 -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