triad

Crates.iotriad
lib.rstriad
version0.0.0
sourcesrc
created_at2024-07-08 22:25:10.893402
updated_at2024-07-08 22:25:10.893402
descriptionThis project focuses on providing concrete abstractions of musical objects discussed within the neo-Riemannian theory.
homepagehttps://github.com/username/triad/wiki
repositoryhttps://github.com/username/triad.git
max_upload_size
id1296496
size5,128
Joe McCain III (FL03)

documentation

README

triad

crates.io docs.rs

clippy rust


The library is currently in the early stages of development and is not yet ready for production use.

This project focuses on providing concrete abstractions of musical objects discussed within the neo-Riemannian theory.

Features

Getting Started

Building from the source

Start by cloning the repository

git clone https://github.com/FL03/triad.git
cd triad
cargo build --features full -r --workspace

Usage

Example: Linear Model (biased)

    extern crate triad;

    fn main() -> anyhow::Result<()> {
        tracing_subscriber::fmt::init();
        tracing::info!("Starting linear model example");


        Ok(())
    }

Contributing

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.

License

Commit count: 0

cargo fmt