Expand description

gstore

Global and local state management for GTK apps written in Rust.

Re-exports

pub use once_cell;
pub use serde_json;

Macros

Structs

An Action describes a mutation of the global state.

A global Store

Constants

Traits

A Middleware allows to handle actions before and after state mutation.