mlua-swarm-cli 0.11.0

Command line interface for mlua-swarm (mse binary with serve / mcp subcommands).
Documentation
1
2
3
4
5
6
7
8
9
//! `mlua-swarm-cli` library surface.
//!
//! The `mse` binary (`src/main.rs`) owns the CLI entry points (`serve` /
//! `mcp`) as binary-only modules. This library crate exists so that
//! `tests/*.rs` integration tests can exercise crate-internal modules that
//! have no CLI surface of their own yet — currently just [`dsl`], the
//! flow.ir / Blueprint authoring DSL (see its module doc for the Lua API).

pub mod dsl;