[][src]Crate gstore

gstore

Global state management for GTK Apps.

gstore provides state management for GTK applications.

Structs

Store

The store is a thing that manages mutations for a given state based on actions.

StoreError

Represents all possible runtime errors of the Store.

Functions

combine_reducers

Applies the given reducer to the store.