rstmt 0.0.2

This crate focuses on building a music theory library that can be used to generate music theory data structures and algorithms.
Documentation
# rstmt

[![crates.io](https://img.shields.io/crates/v/rstmt.svg)](https://crates.io/crates/rstmt)
[![docs.rs](https://docs.rs/rstmt/badge.svg)](https://docs.rs/rstmt)

[![clippy](https://github.com/FL03/rstmt/actions/workflows/clippy.yml/badge.svg)](https://github.com/FL03/rstmt/actions/workflows/clippy.yml)
[![rust](https://github.com/FL03/rstmt/actions/workflows/rust.yml/badge.svg)](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/