biodream 0.2.2

Zero-copy, streaming-capable toolkit for reading and writing BIOPAC AcqKnowledge (.acq) files
Documentation
1
2
3
4
//! HDF5 export (requires `hdf5` feature and the `libhdf5-dev` system library).
//!
//! This module is intentionally empty until the `hdf5` Rust crate dependency
//! is added and the system library is available. The feature gate is in place.