Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

A predictable reactive framework for Rust apps inspired by Redux

License

NotificationsYou must be signed in to change notification settings

brunocodutra/reducer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

Using Reducer

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

Examples

Theexamples folder contains the implementation of a simple Todo List app using Reducerandegui.

> cargo run --release --example egui

Contribution

Reducer is an open source project and you're very welcome to contribute to this project byopeningissues and/orpull requests, seeCONTRIBUTING for generalguidelines.

License

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

Stars

Watchers

Forks

Packages

No packages published

Contributors3

  •  
  •  
  •  

Languages


[8]ページ先頭

©2009-2025 Movatter.jp