kal-derive 0.5.0

Collection of derive macro for kal
Documentation
1
2
3
4
5
6
7
8
9
10
# kal

Command Abstraction Layer primarily for `bot-any` packages.

## Core Concepts

- Command Fragment : `Select` subcommand or `Execute` current command with arguments supplied.
- Command Spec : The specification of command mainly used for documentation or registration.
- Command : A trait providing Command Spec and Command Fragments parser.
- Command Group : A macro for merging bunch of commands to manipulating them easily.