chord-progression-parser 0.7.0

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

#[typeshare]
pub type Bar = Vec<ChordInfo>;