Cassette: A simple, single-future, no-std, non-blocking async/await executor

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
  • sprocket-boot

    An I2C bootloader for the STM32G031

    This was intended to allow me to write embedded state machines using async/await for a more natural "pause/resume" behavior while waiting for events to occur. I recently rewrote my I2C Peripheral bootloader to use this instead of an odd callback-sequenced task queue, and this runs happily on a bare metal thumbv6m target. You can check out that PR to get an idea of what writing a decently complex state machine looks like, as well as writing non-blocking/future oriented embedded hardware drivers.

  • cassette

    A simple, single-future, non-blocking executor intended for building state machines. Designed to be no-std and embedded friendly. (by jamesmunns)

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

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