#dataset #reading #parser #projects #format #wfdb #wfdb-format

wfdb-rust

A simple library for reading WFDB-format datasets in Rust

4 releases (2 breaking)

0.3.0 Dec 21, 2019
0.2.0 Dec 21, 2019
0.1.1 Dec 10, 2019
0.1.0 Dec 10, 2019

#2697 in Parser implementations

MIT license

22KB
530 lines

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.

Check out the PhysioNet database, or see more information about the WFDB format.


lib.rs:

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.

Dependencies

~2–3MB
~53K SLoC