[][src]Crate frappe

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

pub use crate::signal::Signal;
pub use crate::stream::Sink;
pub use crate::stream::Stream;

Modules

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.