CMBR - Chess Move Binary Representation (WIP)
For release builds
cargo build --releaseFor development builds
cargo buildFor usage run
cmbrcc helpor
cargo run -- helpTo contribute fork the repo, do your changes and submit a PR. Make sure that your PR passes make check. View issues tagged with "good first issue" for stuff to-do. If your PR tries to tackle with performance, please include a simple benchmark/profile, showing your results.
The documentation (WIP/Unfinished) is provided as a markdown file
The software is distributed under the GPL-3.0 License