rust-elm 0.9.0

Elm Architecture for Rust: composable reducers, pure effects, async runtime.
Documentation
1
2
3
4
5
6
7
8
9
10
//! Pure UDF descriptions — no Tokio required.

pub mod batch;
pub mod bus;
pub mod cmd;
pub mod effect;
pub mod error;
pub mod interp;
pub mod program;
pub mod sub;