Crate command_core

Crate command_core 

Source

Re-exports§

pub use phf;

Structs§

FI
This structure stores an inner PHF map which routes inputted commands to the proper functions that mutate a shared state passed to interpret.

Type Aliases§

CommandFn
A replacement for fn(&mut T, &[&str])