Modules§
Structs§
- This is the basis of a UCI connection; use
EngineConnectionorGuiConnectioninstead.
Enums§
- Something went wrong with spawning the engine process.
- Reading the message either resulted in an IO error, or it could not be parsed.
Traits§
- There are two implementors of this trait,
GuiMessageandEngineMessage. - This is a simple
Copy“pointer” enum necessary for parsing. - This is a simple
Copy“pointer” enum necessary for parsing.
Type Aliases§
- A connection to an engine, used by a GUI.
- A connection to a GUI, used by an engine.