538 B
538 B
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 rustyhdf5_io::MmapReader;
let reader = MmapReader::open("data.h5").unwrap();
License
MIT