schemaui-cli 0.5.1

CLI wrapper for schemaui, rendering JSON Schemas as TUIs
Documentation
1
2
3
4
5
6
7
8
9
mod builder;
mod bundle;
pub(crate) mod diagnostics;
pub(crate) mod format;
mod output;
pub(crate) mod schema_source;

pub use builder::prepare_session;
pub use bundle::SessionBundle;