RxRust
RxRust copied to clipboard
The Reactive Extensions for the Rust Programming Language
.. or is it looking for a new maintainer?
How could we shape an Rx like solution in the [Rust Programming Language](http://www.rust-lang.org/)? Would it be as simple as? ``` rust struct Observable { } impl Observable { fn subscribe(&self,...
Hey there, is there any chance that this library will be compilable with the current rust compiler any time soon? :) Seems to be more than just fixing the errors...