[][src]Module pleco_engine::uci::options

uci protocol functions Houses any UCI compatible options, as well as the framework for parsing and applying them.

Structs

OptionsMap

A sorted map of options available

UCIButton
UCICheck
UCICombo
UCISpin
UCIText

Enums

OptionWork

A List of work for the Searcher to do following the application of options

Traits

UCIOption

UCI complient options for a searcher.