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
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "abc-parser"
version = "0.1.5"
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"
build = "build.rs"

[badges]
gitlab = { repository = "Askaholic/rust-abc-2", branch = "master" }

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

[dependencies]