Coerce-rs
remoc
Coerce-rs | remoc | |
---|---|---|
5 | 6 | |
718 | 175 | |
- | 1.1% | |
7.5 | 7.6 | |
7 months ago | 2 months ago | |
Rust | Rust | |
- | GNU General Public License v3.0 or later |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Coerce-rs
remoc
-
Inter-process Communication between two programs on Linux.
u/OP if you want to use unix/tcp socket directly check out https://crates.io/crates/remoc it works over both and is a WAY better idea then http...
-
the best way to pass parameters to egui
You can use an RPC framework to not invent the wheel from scratch like for example https://crates.io/crates/remoc Why? Because such program as an https proxy will likely often run as a daemon started via an init system for example systemd. As you can not start a GUI program as a daemon under unix the GUI wouldn't work anyway. It might even run on a headless server with any GUI and you might want to start you GUI remotely and connect to it.
-
What are some less popular but well-made crates you'd like others to know about?
remoc - a really good rpc framework with agnostic transport and encoding and support for observable/streamable objects.
-
Tsyncp: Channel-like primitives (mpsc, broadcast, etc) over TCP
We had the same challenge and developed Remoc for that. There also is Tarpc, however it does not support channels, only RPC.
-
Pubsub-like library for microservices?
Remoc might do what you want, basically channels generic for anything that implements AsyncRead and AsyncWrite. https://github.com/ENQT-GmbH/remoc/
What are some alternatives?
tiny-tokio-actor - A simple tiny actor library on top of Tokio
nvim-send - Essentially "nvim --remote-expr <expr>" / "nvim --remote-send <keys>" or "nvr --nostart --remote-send <keys>" in Rust
async-sema - Semaphore using `async` and `await`
rmp-rpc - a msgpack-rpc rust library based on tokio
axiom - Implementation of a highly-scalable and ergonomic actor model for Rust
postage-rs - The feature-rich, portable async channel library
riker - Easily build efficient, highly concurrent and resilient applications. An Actor Framework for Rust.
versio - A version number manager
bastion - Highly-available Distributed Fault-tolerant Runtime
imara-diff - Reliably performant diffing
async-backplane - Simple, Erlang-inspired fault-tolerance framework for Rust Futures.
lifeline-rs - A dependency injection library for message-based applications