1
2
3
4
5
6
#![warn(clippy::all)]
pub mod intervals;
pub mod lattice;
mod math;
pub mod pitch;
mod ratio;