RxRust icon indicating copy to clipboard operation
RxRust copied to clipboard

Is this project still maintained?

Open softprops opened this issue 9 years ago • 9 comments

.. or is it looking for a new maintainer?

softprops avatar Jan 30 '16 19:01 softprops

Four months later, I would say that you have received your answer.... :-/

DawidLoubser avatar May 17 '16 20:05 DawidLoubser

I think not, but I'm looking forward for an up-to-date Rust Rx project (I know there are a few others which are similar to this, but I miss the RX lingo).

bonifaido avatar Jun 02 '16 19:06 bonifaido

Could someone knowledgeable about this point to currently recommended alternatives?

Edit: quick search for reactive and rx in crates.io seem to point to carboxyl (doc, github), but a more exhaustive list with pros/cons could still be useful, especially for Rust newbies like me.

marccarre avatar Mar 26 '17 17:03 marccarre

I think this is superseded by Tokio futures/streams; see futures crate, and in particular the stream module,

kw217 avatar Aug 23 '17 10:08 kw217

Disappointing to see this project abandoned. Seems the rust community doesn't like a lot reactive (yet?)... :/

ivnsch avatar Sep 23 '17 20:09 ivnsch

Yep, really sad. I like RxJS a lot and would like to use the same kind of thing for Rust.

observant2 avatar Oct 20 '17 15:10 observant2

Could be picked up by the JS community? WebAssembly is on all major browsers. Rust to WASM is getting there too. Next is possibly making RxJS faster by compile from Rust to WASM?

ming-codes avatar Dec 06 '17 01:12 ming-codes

There is a new one: https://github.com/M-Adoo/rxRust

Boscop avatar Oct 18 '19 15:10 Boscop

I've been using rxcpp and rxjs for over 5 years. But rxRust was too hard for me. So I made another-rxrust.

https://github.com/CODIANZ/another-rxrust

terukazu-inoue avatar Apr 05 '23 06:04 terukazu-inoue