Crate pleco_engine [] [src]

A blazingly fast Chess Engine and Chess AI.

This crate is not intended to be used by other crates as a dependency, as it's a mostly useful as a direct executable.

If you are interested in using the direct chess library functions (The Boards, move generation, etc), please checkout the core library, pleco, available on on crates.io.

Usage as a Dependency

This crate is on crates.io and can be used by adding pleco_engine to the dependencies in your project's Cargo.toml.

Modules

pleco_searcher