vantage-cmd 0.5.0

Local command-execution persistence backend for Vantage, scripted with Rhai — incubating
Documentation
1
2
3
4
5
6
7
8
9
//! Vista integration for `vantage-cmd`: the YAML-facing spec types, the
//! factory (typed-table *and* YAML construction), and the `TableShell`.

pub mod factory;
pub mod source;
pub mod spec;

pub use factory::CmdVistaFactory;
pub use spec::{CmdBlock, CmdColumnExtras, CmdTableExtras, CmdVistaSpec};