Crate kotoba_state_graph

Crate kotoba_state_graph 

Source
Expand description

kotoba-state-graph

A library for managing UI state as a graph within the Kotoba ecosystem with KeyValueStore backend. It provides:

  • A standard schema for representing UI components and their state.
  • Generic, reusable graph rewrite rules for common UI state transitions.
  • A high-level .kotobas accessor library to abstract away GQL and rewrite logic.

Re-exports§

pub use rules::*;
pub use schema::*;

Modules§

rules
Provides generic, reusable graph rewrite rules for common UI state transitions.
schema
Defines the standard schema for representing UI state as a graph.

Traits§

KeyValueStore
A generic key-value store trait.