overtone 0.1.1

An API for creation and management of rich (as in rich-text) musical-ish projects.
Documentation
1
2
3
4
/// Inspectionability for common information to display.
pub trait Info {
    fn get_name(&self) -> &str;
}