abc-parser 0.1.5

An ABC music notation parser. Turns ABC text into Rust data structures and back.
Documentation
1
2
3
4
5
6
# 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.