I'm building a modular stream relay in Rust and looking for some advice

This page summarizes the projects mentioned and recommended in the original post on /r/rust

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • sopipe

    socat with middlewares

  • inventory

    Discontinued Typed distributed plugin registration

  • Plugin systems. At first I wanted each component to be a separate .so file and let the engine loads them dynamically. However this turns out to be extreamly hard, especially since I want asynchronous. Now I have switched to compile-time components selection. It still has one problem: the repetition of the componenet list. I have to list all components in the toml file, as well as in my main.rs. So far I only found https://github.com/dtolnay/inventory, but it looks "hacky" for me. I have also considered build scripts, but it pretty much destroyed the IDE experience.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts