pleco-rs / Pleco

A Rust-based re-write of the Stockfish Chess Engine

Home Page:https://crates.io/crates/pleco

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compile `pleco` with stable Rust

sfleischman105 opened this issue · comments

The following features need to be stabilized before pleco can compile on stable:

For benchmarking:

  • test (Switched to Criterion with #92 )

Dependency stabilization

  • lazy_static nightly (no current tracking issue)

Note, we should replace the use of core_intrinsics with something that will stabilize.

This should be closed with the next release of pleco, 0.5.0.

Fixed with PR #121, And pushed released with version #123 .