schemaui-cli 0.7.4

CLI wrapper for schemaui, rendering JSON Schemas as TUIs
Documentation
1
2
3
4
5
6
7
8
9
pub mod cli;
#[cfg(feature = "completion")]
pub mod completion;
pub mod io;
pub mod session;
#[cfg(feature = "tui")]
pub mod tui;
#[cfg(feature = "web")]
pub mod web;