CMBR - Chess Move Binary Representation (WIP)
For release builds
cargo build --release
For development builds
cargo build
For usage run
cmbrcc help
or
cargo run -- help
To 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