schemaui 0.6.0

A Rust library for generating TUI and Web UIs from JSON Schemas for configuration management.
Documentation
1
2
3
4
5
6
7
8
pub mod components;
mod frame;

pub(crate) use components::{help_overlay_error_page_capacity, help_overlay_panel_capacities};
pub use frame::{
    CompositeOverlay, HelpErrorRender, HelpOverlayPage, HelpOverlayRender, HelpShortcutRender,
    PopupRender, UiContext, draw,
};