# brett-core
brett-core is a Rust library for describing board games in the context of general game playing.
## Installation
Use [cargo](https://doc.rust-lang.org/cargo/) to add brett-core to your project.
```bash
cargo add brett-core
```
## Usage
TODO
## 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
[GPL-3.0-or-later](https://spdx.org/licenses/GPL-3.0-or-later.html)