peace_cmd 0.0.8

Command structure for the Peace framework.
Documentation
1
2
3
4
5
6
//! Types relating to command context.

pub use self::{cmd_ctx::CmdCtx, cmd_ctx_builder::CmdCtxBuilder};

mod cmd_ctx;
mod cmd_ctx_builder;