note-pen

Crates.ionote-pen
lib.rsnote-pen
version0.3.0
created_at2025-02-02 01:18:38.249996+00
updated_at2025-02-06 22:25:47.881574+00
descriptionA library to represent musical concepts in Rust
homepage
repositoryhttps://github.com/arihant2math/note-pen
max_upload_size
id1539125
size89,517
Ashwin Naren (arihant2math)

documentation

README

Note pen

Description

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.

Installation

Add the following to your Cargo.toml file:

note-pen = "0.3"

or in your shell of choice:

cargo add note-pen

Features

  • serde - Serialize and Deserialize on most types
  • musicxml - Import/Export to MusicXML format
  • midi - Import/Export to MIDI format
Commit count: 125

cargo fmt