schemaui-cli 0.4.2

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

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

const DEFAULT_TEMP_FILE: &str = "/tmp/schemaui.json";