kal

Crates.iokal
lib.rskal
version0.5.0
sourcesrc
created_at2022-08-29 03:34:19.881441
updated_at2022-09-30 15:02:29.634704
descriptionCommand Abstraction Layer
homepage
repositoryhttps://github.com/bot-any/kal
max_upload_size
id654152
size51,662
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