slash-lib 0.1.0

Executor types and high-level API for the slash-command language
Documentation
1
2
3
4
5
6
7
pub mod builtins;
pub mod command;
pub mod env;
pub mod executor;
pub mod registry;

pub use slash_lang::parser;