Rx == Reactive programming for Rust. [![Build Status][ci-img]][ci] [![Crates.io version][crate-img]][crate] Rx is an attempt to bring the [Reactive Extensions][rx-sharp] for C# to Rust. At the moment this is very much an experiment. I am not even sure if this is at all feasible in Rust with the lifetimes all over the place. Examples -------- To be added later. License ------- Rx is licensed under the [Apache 2.0][apache2] license. It may be used in free software as well as closed-source applications, both for commercial and non-commercial use under the conditions given in the license. If you want to use Rx in your GPLv2-licensed software, you can add an [exception][except] to your copyright notice. [ci-img]: https://travis-ci.org/ruud-v-a/rx.svg?branch=master [ci]: https://travis-ci.org/ruud-v-a/rx [crate-img]: http://img.shields.io/crates/v/rx.svg [crate]: https://crates.io/crates/rx [rx-sharp]: https://rx.codeplex.com [apache2]: https://www.apache.org/licenses/LICENSE-2.0 [except]: https://www.gnu.org/licenses/gpl-faq.html#GPLIncompatibleLibs