Files
clawhdf5/crates/clawhdf5-io
osobhandClaude Opus 5 18dc35f7e5 chore(release): v2.6.0
Co-Authored-By: Claude Opus 5 (1M context) <[email protected]>
2026-09-20 06:01:31 -07:00
..
2026-08-16 20:44:28 +00:00
2026-09-20 06:01:31 -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