cfrp 0.0.3

Concurrent Functional Reactive Programming for Rust
Documentation
# Concurrent Functional Reactive Programming (for Rust)

Concurrent FRP implemented in Rust.

![Build Status](https://travis-ci.org/kerinin/cfrp-rs.svg)

[Documentation](http://kerinin.github.io/cfrp-rs/cfrp)

This is essentially a port of Elm.  If you're not familiar with Elm or the 
design behind Evan Czaplicki's Concurrent FRP, you should read 
[Elm: Concurrent FRP for Functional GUIs](http://elm-lang.org/papers/concurrent-frp.pdf) 
or watch [his talk at StrangeLoop 2014](https://www.youtube.com/watch?v=Agu6jipKfYw).


Other Options (that I know of):
* [frp-rust]https://github.com/tiffany352/frp-rust
* [carboxyl]https://github.com/aepsil0n/carboxyl
* [rust-frp]https://github.com/glaebhoerl/rust-frp


## TODO

* docs / logs
* implement Display/Debug
* Try to eliminate constraints