peace_cmd 0.0.10

Command structure for the Peace framework.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
pub use self::{
    multi_profile_no_flow::{MultiProfileNoFlow, MultiProfileNoFlowView},
    multi_profile_single_flow::{MultiProfileSingleFlow, MultiProfileSingleFlowView},
    no_profile_no_flow::NoProfileNoFlow,
    single_profile_no_flow::{SingleProfileNoFlow, SingleProfileNoFlowView},
    single_profile_single_flow::{SingleProfileSingleFlow, SingleProfileSingleFlowView},
};

pub mod type_params;

mod multi_profile_no_flow;
mod multi_profile_single_flow;
mod no_profile_no_flow;
mod single_profile_no_flow;
mod single_profile_single_flow;