schemaui 0.8.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
9
pub(crate) mod io;
#[cfg(feature = "json")]
pub(crate) mod schema;
#[cfg(feature = "json")]
pub(crate) mod tui;
#[cfg(feature = "json")]
pub(crate) mod ui_ast;
#[cfg(all(feature = "json", feature = "web"))]
pub(crate) mod web;