acorde-io 0.1.1

MusicXML / MIDI / ABC / MSCZ parsers and serializer for acorde-core
Documentation
1
2
3
4
5
6
7
mod parser;
mod serializer;
mod mxl;

pub use parser::parse_musicxml;
pub use serializer::serialize_musicxml;
pub use mxl::parse_mxl;