Bump all workspace crates, the node package and pyproject to 2.2.0 and finalize the changelog. The repository URL in every manifest pointed at a GitHub location that does not resolve; use the real origin. Co-Authored-By: Claude Fable 5.1 <[email protected]>
clawhdf5-io
I/O abstraction layer for clawhdf5.
Features
- Memory-mapped file access (
mmapfeature) - Async I/O via Tokio (
asyncfeature) - HSDS remote access (
hsdsfeature) - Prefetching and sweep optimizations
Usage
use clawhdf5_io::MmapReader;
let reader = MmapReader::open("data.h5").unwrap();
License
MIT