jordanbray / chess

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

added serialize feature which adds serialize and deserialize to all game related structs #87

Open sardap opened 4 months ago

sardap commented 4 months ago

Hi,

I was using your lib in WASM chess engine. So I needed to serialize in order to send to wasm worker.

I understand if you don't want to merge this since this expands the scope of the lib.