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

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. 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.

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. cassette

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

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

  • Is rust used for microchip coding?

    2 projects | /r/rust | 27 Jun 2023
  • Would generators be useful for embedded?

    2 projects | /r/rust | 19 Jun 2023
  • Are there universities that teach Rust?

    2 projects | /r/rust | 2 Mar 2023
  • My negative views on Rust

    6 projects | /r/programming | 10 Dec 2022
  • Is crate Drone already dead? Are there any alternatives? rtfm?

    2 projects | /r/rust | 11 Nov 2022