Expand description
§gstore
Global and local state management for GTK apps written in Rust.
Re-exports§
pub use once_cell;
Macros§
- store
- Generate store definitions.
Structs§
- Store
- The global store.
Enums§
Constants§
Traits§
- Actionable
- An Actionable is something that can be handled by gstore as an action.
- Middleware
- A middleware can be appended to a Store instance to run async code in relation to sync Actions.