Skip to main content

Crate wfdb

Crate wfdb 

Source
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.
SignalFormat
The format of a waveform signal data.

Type Aliases§

Result
A specialized Result type for the WFDB library with its Error enum.
Sample
A single sample value from a waveform signal.
Time
A single time value from a waveform signal.