1 2 3 4 5 6 7
//! Intervals between notes. mod errors; mod interval; pub use errors::IntervalError; pub use interval::Interval;