Module rusty_cmd::cmd

source ·
Expand description

Used for creating the cmd::Cmd struct that contains the CommandHandler implementations as in a HashMap.

Structs§

  • Command interpreter implemented as struct that contains boxed CommandHandlers in a hashmap with Strings as the keys