chord-progression-parser 0.7.0

a converter from chord progression strings to AST
Documentation
1
2
3
4
5
6
#[derive(Debug, PartialEq, Clone)]
pub struct Position {
    pub line_number: usize,
    pub column_number: usize,
    pub length: usize,
}