wfdb 0.1.0

A library for decoding and encoding Waveform Database format files.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
### 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