abc-parser 0.1.0

An ABC music notation parser. Turns ABC text into Rust data structures and back.
Documentation
abc-parser-0.1.0 has been yanked.

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.