Reactive programming for Rust
Rust
Permalink
Failed to load latest commit information.
src Keep list of observers tidy for subject Feb 24, 2016
tests Keep list of observers tidy for subject Feb 24, 2016
.gitignore Initial commit with empty crate Feb 2, 2016
.travis.yml Add Travis CI configuration Feb 2, 2016
Cargo.toml Update urls after username change May 22, 2016
license
readme.md

readme.md

Rx

Reactive programming for Rust.

Build Status Crates.io version

Rx is an attempt to bring the Reactive Extensions 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 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 to your copyright notice.