reactive-state github action badge

This library is inspired by redux, and designed to be used within Rust GUI applications to have centralised global state which behaves in a predictable way.

The behaviour of the system is customisable via middleware, and provided in this library are a couple of examples, a simple logger, and a web based logger inspired by redux-logger.

web_logger Web Logger Middleware