rust-elm 0.4.0

Elm Architecture for Rust: composable reducers, pure effects, async runtime.
Documentation
1
2
3
4
5
6
7
//! Reducer composition, scoping, and action/state optics.

pub mod component;
pub mod optics;
pub mod reduce_panic;
pub mod reducer;
pub mod scope;