Where can async not run?

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
  • embassy

    Modern embedded framework, using Rust and async.

  • Async is a zero-cost abstraction, so there is no extra cost in terms of CPU or memory. Async could be less costly than using a traditional real-time OS on an embedded system because you don't need one stack per task and you don't need context switching between tasks. This of course depends on the executor being used. Something like tokio is not what you want running on a microcontroller, but embassy looks promising.

  • 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