- Notifications
You must be signed in to change notification settings - Fork1
A predictable reactive framework for Rust apps inspired by Redux
License
brunocodutra/reducer
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
A platform for reactive programming in Rust that can be used to manage the state ofany kind of application. It shines when used to drive graphical user interfaces andintegrates particularly well with immediate mode GUI frameworks.
Reducer is available oncrates.io, simply add it as a dependency in yourCargo.toml:
[dependencies]reducer = "3.0"and import it in yourlib.rs:
use reducer::*;The full API documentation is available ondocs.rs
Theexamples folder contains the implementation of a simple Todo List app using Reducerandegui.
> cargo run --release --example eguiReducer is an open source project and you're very welcome to contribute to this project byopeningissues and/orpull requests, seeCONTRIBUTING for generalguidelines.
Reducer is distributed under the terms of the MIT license, seeLICENSE for details.
About
A predictable reactive framework for Rust apps inspired by Redux
Topics
Resources
License
Contributing
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors3
Uh oh!
There was an error while loading.Please reload this page.