//! __WFDB__ (Waveform Database) library for pure Rust.
//!
//! This library provides _decoding_ ~~and _encoding_~~(maybe in the future) support for
//! `PhysioNet`'s [WFDB](https://physionet.org/content/wfdb) format files.
// pub mod annotation;
// Internal module declaration
pub use *;
pub use Error;
pub use ;
pub use ;