schemaui 0.12.1

A Rust library for generating TUI and Web UIs from JSON Schemas for configuration management.
Documentation
pub mod actions;
pub mod array;
pub mod composite;
pub mod error;
pub mod field;
pub mod form_state;
pub mod key_value;
pub mod layout_nav;
pub mod reducers;
pub mod section;
pub mod ui_store;
pub mod value_summary;

pub use actions::FormCommand;
pub use array::ArrayEditorSession;
pub use composite::CompositeEditorSession;
pub use composite::CompositeState;
pub use error::FieldCoercionError;
pub use field::{CompositePopupData, FieldState};
pub use form_state::FormState;
pub use form_state::RootSectionState;
pub use key_value::KeyValueEditorSession;
pub use layout_nav::LayoutNavModel;
pub use reducers::{FormEngine, apply_command};
pub use section::SectionState;