Docs.rs
command_core-0.1.1
command_core 0.1.1
Permalink
Docs.rs crate page
MIT
Links
crates.io
Source
Owners
WebAppEnjoyer
Dependencies
phf ^0.12.1
normal
Versions
80%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Crate command_core
command_
core
0.1.1
All Items
Crate Items
Re-exports
Structs
Type Aliases
Crate
command_
core
Copy item path
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
§
Command
Fn
A replacement for
fn(&mut T, &[&str])