https://github.com/ruuda/rx
Reactive programming for Rust
https://github.com/ruuda/rx
Last synced: 11 months ago
JSON representation
Reactive programming for Rust
- Host: GitHub
- URL: https://github.com/ruuda/rx
- Owner: ruuda
- License: apache-2.0
- Created: 2016-02-02T23:08:49.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-22T16:05:55.000Z (about 10 years ago)
- Last Synced: 2025-05-31T14:44:11.655Z (about 1 year ago)
- Language: Rust
- Homepage:
- Size: 42 KB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
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/ruuda/rx.svg?branch=master
[ci]: https://travis-ci.org/ruuda/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