Embedded Rust is so good

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

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

    Safe interop between Rust and C++

  • You can try using Cxx to interop with C++ from Rust.

  • embassy

    Modern embedded framework, using Rust and async.

  • The official Discovery Book is a great start! Make sure to choose the latest (microbit) version, as it uses the latest tooling. I was able to easily follow the book even though I used an stm32f4 mcu. Make sure to check out RTIC and embassy. There are also 2 more advanced books - The Embedded Rust Book and The Embedonomicon.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • esp-rust-board

    Open Hardware with ESP32-C3 compatible with Feather specification designed in KiCad

  • riscv-rust-quickstart

    A template for building Rust applications for HiFive1 boards

  • As for documentation on low level stuff, it's not there but there are "hidden gems". E.g. something like https://github.com/riscv-rust/riscv-rust-quickstart although it is board specific. It'd be nice of we could come up with something more generic for these.

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