rustyhdf5-io
I/O abstraction layer for rustyhdf5.
Features
- Memory-mapped file access (
mmapfeature) - Async I/O via Tokio (
asyncfeature) - HSDS remote access (
hsdsfeature) - Prefetching and sweep optimizations
Usage
use MmapReader;
let reader = open.unwrap;
License
MIT