guitarpro 0.3.0

Rust library and command line interface (CLI) for guitar tab files.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
pub mod beat;
pub mod chord;
pub mod effects;
pub mod enums;
pub mod headers;
pub mod key_signature;
pub mod lyric;
pub mod measure;
pub mod mix_table;
pub mod mnx;
pub mod note;
pub mod page;
pub mod rse;
pub mod song;
pub mod track;