chord-progression-parser 0.7.0

a converter from chord progression strings to AST
Documentation
1
2
3
4
5
use super::section::Section;
use typeshare::typeshare;

#[typeshare]
pub type Ast = Vec<Section>;