| Crates.io | note-pen |
| lib.rs | note-pen |
| version | 0.3.0 |
| created_at | 2025-02-02 01:18:38.249996+00 |
| updated_at | 2025-02-06 22:25:47.881574+00 |
| description | A library to represent musical concepts in Rust |
| homepage | |
| repository | https://github.com/arihant2math/note-pen |
| max_upload_size | |
| id | 1539125 |
| size | 89,517 |
A music library for Rust.
This format is different from midi as it uses sheet music representations internally. It is loosely based on the MusicXML format.
Add the following to your Cargo.toml file:
note-pen = "0.3"
or in your shell of choice:
cargo add note-pen
serde - Serialize and Deserialize on most typesmusicxml - Import/Export to MusicXML formatmidi - Import/Export to MIDI format