RxRust
RxRust copied to clipboard
Is this project still maintained?
.. or is it looking for a new maintainer?
Four months later, I would say that you have received your answer.... :-/
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).
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.
I think this is superseded by Tokio futures/streams; see futures crate, and in particular the stream module,
Disappointing to see this project abandoned. Seems the rust community doesn't like a lot reactive (yet?)... :/
Yep, really sad. I like RxJS a lot and would like to use the same kind of thing for Rust.
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?
There is a new one: https://github.com/M-Adoo/rxRust
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