Expand description
WFDB (Waveform Database) library for pure Rust.
This library provides decoding and encoding(maybe in the future) support for
PhysioNet’s WFDB format files.
Re-exports§
pub use header::Header;pub use header::Metadata;pub use header::SegmentInfo;pub use header::SignalInfo;pub use record::MultiSignalReader;pub use record::Record;pub use record::SignalReader;
Modules§
- header
- Header parsing and manipulation.
- record
- High-level API for reading WFDB records.
- signal
- Signal reading and decoding.
Enums§
- Error
- Errors that may occur within the Rust WFDB library.
- Signal
Format - The format of a waveform signal data.