[][src]Crate wfdb_rust

wfdb-rust is a basic library for parsing WFDB-format datasets from PhysioNet. At this time, it does not intend to be a complete WFDB library; instead, it focuses strictly on reading WFDB datasets (not writing them).

The motivation for this library was to find an easier way to parse datasets from PhysioNet in other Rust projects.

Modules

header
signal

Parsing logic for each signal format type

Functions

parse_wfdb

Parse the WFDB signals based on information in the header. This returns the parsed header as well as a Vec for each signal listed in the header.