command_attr 0.5.4

Procedural macros for command creation for the Serenity library.
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod suffixes {
    pub const COMMAND: &str = "COMMAND";
    pub const COMMAND_OPTIONS: &str = "COMMAND_OPTIONS";
    pub const HELP_OPTIONS: &str = "OPTIONS";
    pub const GROUP: &str = "GROUP";
    pub const GROUP_OPTIONS: &str = "GROUP_OPTIONS";
    pub const CHECK: &str = "CHECK";
}

pub use self::suffixes::*;