abc-parser 0.1.4

An ABC music notation parser. Turns ABC text into Rust data structures and back.
Documentation

rust-abc-2

ABC Parser written in rust using PEG.

The first version was an attempt to write the parser by hand, but using PEG is much more maintainable.