abc-parser 0.1.4

An ABC music notation parser. Turns ABC text into Rust data structures and back.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "abc-parser"
version = "0.1.4"
authors = ["Askaholic"]
description = "An ABC music notation parser. Turns ABC text into Rust data structures and back."
license = "MIT"
keywords = ["abc", "music", "notation"]
categories = ["parser-implementations"]
repository = "https://gitlab.com/Askaholic/rust-abc-2"
gitlab = { repository = "Askaholic/rust-abc-2", branch = "master" }
build = "build.rs"

[build-dependencies]
peg = { version = "0.5" }

[dependencies]