jordanbray / chess

A rust library to manage chess move generation
https://jordanbray.github.io/chess/
MIT License
231 stars 54 forks source link

Add support for nostd #78

Open BenjaminSchaaf opened 1 year ago

BenjaminSchaaf commented 1 year ago

This is useful in embedded environments. I've used this successfully here: https://github.com/BenjaminSchaaf/turning-complete-riscv.