Expand description
Vista integration for vantage-cmd: the YAML-facing spec types, the
factory (typed-table and YAML construction), and the TableShell.
Re-exports§
pub use factory::CmdVistaFactory;pub use spec::CmdBlock;pub use spec::CmdColumnExtras;pub use spec::CmdTableExtras;pub use spec::CmdVistaSpec;
Modules§
- factory
CmdVistaFactory— builds aVistafrom either a typedTable<Cmd, E>or a YAMLCmdVistaSpec.- source
CmdTableShell— owns the typedTable<Cmd, EmptyEntity>and exposes it across theTableShellboundary.- spec
- YAML-facing types for the command Vista driver.