Expand description
Functional Reactive Programming library for Rust
Frappe is a concurrent Event-Driven FRP library. It aims to provide a simple, efficient and Rust-idiomatic way to write interactive applications in a declarative way.
See each module documentation for more details.
Re-exports§
Modules§
- futures
- Futures integration.
- signal
- The Signal type.
- stream
- The Stream type.
- types
- Miscellaneous types used by the library.
Macros§
- signal_
lift - Maps a function over the value of signals.