Crate frappe [] [src]

Functional Reactive Programming library for Rust

Reexports

pub extern crate either;

Structs

SignalConst

A signal with constant value.

SignalFn

A signal that generates it's values from a function.

SignalNested

A signal that contains a signal, and allows sampling the inner signal directly.

SignalShared

A signal that reads from shared data.

Sink

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

Stream

A stream of discrete events sent over time.

Enums

SignalAny

Generalized signal type.

Traits

Signal

Represents a continuous value that changes over time.

SumType2

Generic sum type of two elements.