Crate frappe [] [src]

Functional Reactive Programming library for Rust

Reexports

pub extern crate maybe_owned;

Modules

lift

Utilities for lifting functions into signals.

types

Miscellaneous types used by the library.

Macros

sample_with

Helper for using Signal::sample_with with multiple signals.

signal_lift

Maps a function over the value of signals.

Structs

Signal

Represents a discrete value that changes over time.

Sink

A source of events that feeds the streams connected to it.

Stream

A stream of discrete events sent over time.