# Contributing If you would like to contribute to this project, great, thanks! The best first step is to create a new issue describing the change you would like to make. This will allow us to discuss the change before you spend time working on it. Once we have agreed on the change, you can create a pull request. Please ensure that your pull request is linked to the issue you created. ## Building This project uses [Cargo](https://doc.rust-lang.org/cargo/) for building. To build the project, run: ```bash $ cargo build ``` ## Testing This project uses [Cargo](https://doc.rust-lang.org/cargo/) for testing. To run the tests, run: ```bash $ cargo test ``` ## Formatting Be sure to use `cargo fmt` to format your code before submitting a pull request. ## License Contributions to this project are licensed under the [MIT License](LICENSE).