kal-derive

Crates.iokal-derive
lib.rskal-derive
version0.5.0
sourcesrc
created_at2022-08-29 03:35:00.992611
updated_at2022-09-30 15:01:50.691545
descriptionCollection of derive macro for kal
homepage
repositoryhttps://github.com/bot-any/kal
max_upload_size
id654153
size27,384
RanolP (RanolP)

documentation

README

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.
Commit count: 46

cargo fmt