Crates.io | triad |
lib.rs | triad |
version | 0.0.0 |
source | src |
created_at | 2024-07-08 22:25:10.893402 |
updated_at | 2024-07-08 22:25:10.893402 |
description | This project focuses on providing concrete abstractions of musical objects discussed within the neo-Riemannian theory. |
homepage | https://github.com/username/triad/wiki |
repository | https://github.com/username/triad.git |
max_upload_size | |
id | 1296496 |
size | 5,128 |
This project focuses on providing concrete abstractions of musical objects discussed within the neo-Riemannian theory.
Start by cloning the repository
git clone https://github.com/FL03/triad.git
cd triad
cargo build --features full -r --workspace
extern crate triad;
fn main() -> anyhow::Result<()> {
tracing_subscriber::fmt::init();
tracing::info!("Starting linear model example");
Ok(())
}
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.