euphony-units 0.1.1

Core types and traits for music composition
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
#![cfg_attr(not(any(feature = "std", test)), no_std)]

extern crate alloc;

#[macro_use]
pub mod ratio;

pub mod coordinates;
pub mod dynamics;
pub mod pitch;
pub mod time;
pub mod zip;