### wfdb-rs
Pure Rust implementation of the [Waveform Database (WFDB)](https://physionet.org/content/wfdb) specification. This implementation is based on the [offical specification](https://github.com/wfdb/wfdb.github.io/tree/ec26a8201e5279b2eca4805f944124dda82dedc2/spec).
### Status
> Work in progress
### License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
### Acknowledgments
- [WFDB](https://physionet.org/content/wfdb)
- [WFDB C Library](https://github.com/bemoody/wfdb)
- [WFDB Python Library](https://github.com/MIT-LCP/wfdb-python)