Crate command_engine

Source

Structs§

Engine
Engine is the main part that can be implemented in any way.
Instruction
Arguments format structure used to deserialize raw inputs.

Enums§

Error

Traits§

Command
Example:
CommandInfo
Each type implementing Command trait must also implement CommandInfo which is used only to retrieve information about the Command.