Files
Omar Sobh b08df7b628 clawmates: phase work
Mission: 01a00c41-bac0-7eb3-a8c8-8b7044f3086d
Phase: 01a00c41-bac2-71e3-a58b-c473421200ee

Committed by the ClawMates delivery pipeline from the agents' working tree. Authored by agents, not by the named committer.
2026-08-16 20:44:28 +00:00
..
2026-08-16 20:44:28 +00: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