| Crates.io | wfdb |
| lib.rs | wfdb |
| version | 0.1.6 |
| created_at | 2025-12-07 08:45:53.693347+00 |
| updated_at | 2025-12-10 03:45:09.499323+00 |
| description | A library for decoding and encoding Waveform Database format files. |
| homepage | |
| repository | https://github.com/utakotoba/wfdb-rs |
| max_upload_size | |
| id | 1971321 |
| size | 236,859 |
Pure Rust implementation of the Waveform Database (WFDB) specification. This implementation is based on the official specification.
The basic decoding of Waveform Database (WFDB) format files is implemented.
[!WARNING] Versioning strategy:
- v0.1.x: breaking changes may occur in patch releases.
- v0.x.x (except v0.1.x): breaking changes may occur in minor releases.
[!CAUTION] This library is not stable; it may not handle all kinds of waveform database files. I'm working on testing the library on more datasets in WFDB format, but it still takes some time to finish. If you find some problem processing your datasets, feel free to open an issue or PR.
This project is licensed under the MIT License - see the LICENSE file for details.