# rstmt
[](https://crates.io/crates/rstmt)
[](https://docs.rs/rstmt)
[](https://github.com/FL03/rstmt/actions/workflows/clippy.yml)
[](https://github.com/FL03/rstmt/actions/workflows/rust.yml)
***
### _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
- [] The Neo-Riemannian Theory
## Getting Started
### Building from the source
Start by cloning the repository
```bash
git clone https://github.com/FL03/rstmt.git
cd triad
```
```bash
cargo build --features full -r --workspace
```
## Usage
### Example
```rust
extern crate rstmt;
```
## 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
* [Apache-2.0](https://choosealicense.com/licenses/apache-2.0/)
* [MIT](https://choosealicense.com/licenses/mit/)