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
mod app;
mod editor;
mod state;

pub(crate) use editor::CompositeEditorOverlay;
pub(crate) use state::{CompositeOverlayTarget, OverlayHost};