ukebox 0.4.0

A ukulele chord finder in Rust
Documentation
1
2
3
4
5
6
pub mod chord;
mod diagram;
pub mod note;

/// Number of strings on our string instrument.
pub const STRING_COUNT: usize = 4;