acorde-io 0.8.0

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

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