jordanbray / chess

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

Update lazy_static, remove time, use std::time if need arises in the future #1

Closed serprex closed 8 years ago

jordanbray commented 8 years ago

Merging. In my local branch, I already have removed 'time', but I'll fix that conflict down here.

Thanks, Jordan