slash-core 0.1.0

Orchestration layer for the slash-command language
Documentation
1
2
3
4
5
6
7
pub mod command;
pub mod env;
pub mod executor;
pub mod plan;
pub mod registry;

pub use slash_lang::parser;