Rust on the RP2350

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

Stream - Scalable APIs for Chat, Feeds, Moderation, & Video.
Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
getstream.io
featured
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
  1. rp-hal

    A Rust Embedded-HAL for the rp series microcontrollers

    The author points out that his changes have already been upstreamed to https://github.com/rp-rs/rp-hal

  2. Stream

    Stream - Scalable APIs for Chat, Feeds, Moderation, & Video. Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.

    Stream logo
  3. cross

    “Zero setup” cross compilation and “cross testing” of Rust crates

    The OpenWRT SDK is quite polished and convenient to use, so I usually use that for custom OpenWRT binaries. But a few days ago I needed to run something custom on my old QNAP NAS (Marvell ARMv5TE based), and I decided to try cross-rs[1] for the first time.

    It turned the usual multi-hour expedition of locating and configuring SDKs, toolchains, etc into 3 commands and 5 minutes of downloads and compilation. The resulting executable ran successfully at the first try. I was amazed.

    [1] https://github.com/cross-rs/cross

  4. embassy

    Modern embedded framework, using Rust and async.

    Embassy got _some_ support for rp2350 for quite some time now

    https://github.com/embassy-rs/embassy

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

  • A Mental Model for C++ Coroutine

    2 projects | news.ycombinator.com | 13 Jul 2025
  • Embassy: Modern embedded framework, using Rust and async

    1 project | news.ycombinator.com | 16 Mar 2025
  • Rust async framework for embedded systems

    1 project | news.ycombinator.com | 7 Feb 2025
  • Embassy: Replacing RTOS with a Rust async scheduler

    1 project | news.ycombinator.com | 19 Dec 2024
  • My First Publish to crates.io (and cross compilation)

    4 projects | dev.to | 28 Nov 2024