rstmt-core 0.0.2

This crate focuses on building a music theory library that can be used to generate music theory data structures and algorithms.
Documentation
/*
    Appellation: macros <module>
    Contrib: FL03 <jo3mccain@icloud.com>
*/
#![allow(unused_macros)]

#[macro_use]
pub(crate) mod enums;
#[macro_use]
pub(crate) mod errors;
#[macro_use]
pub(crate) mod intervals;
#[macro_use]
pub(crate) mod notes;
#[macro_use]
pub(crate) mod ops;
#[macro_use]
pub(crate) mod pitches;
#[macro_use]
pub(crate) mod seal;