Crate command_attr

Source

Attribute Macrosยง

check
A macro for marking a function as a condition checker to groups and commands.
command
The heart of the attribute-based framework.
group
Create a grouping of commands.
help
A brother macro to command, but for the help command.
hook
A macro that transforms async functions (and closures) into plain functions, whose return type is a boxed Future.