Show HN: Msg-rs – High performance messaging library in Rust

github.com

1 points by mempirate 7 hours ago

Wanted to showcase this messaging library that we've been working on for quite a bit and are now starting to integrate into some serious projects. It draws inspiration from ZeroMQ and nanomsg, but is pure Rust and integrates nicely with Tokio.

We want to turn this into the go-to library for Rust users with strong networking requirements: different communication patterns, performance profiles, transport requirements etc.

Some of the things in the roadmap are: - io_uring support on Linux - A shared-memory transport for IPC - Extensive benchmarking and tuning tools (maybe similar to iperf, but for msg-rs)

Would love to gather some feedback from any Rust/networking guru's out here!