rust-elm 0.9.0

Elm Architecture for Rust: composable reducers, pure effects, async runtime.
Documentation
1
2
3
4
5
6
7
//! Test harnesses and macros.

pub mod macros;
pub mod test_runtime;
#[cfg(feature = "runtime")]
pub mod test_store;
pub mod test_support;