Rust newcomers are 70x less likely to create vulnerabilities than C++ newcomers [pdf]

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

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • stm32f4xx-hal

    A Rust embedded-hal HAL for all MCUs in the STM32 F4 family

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • rtic-examples

    Example projects using Real-Time Interrupt-driven Concurrency (RTIC) on different MCUs

  • noboilerplate

    Code for my talks on the No Boilerplate channel

    NoBoilerplate [1] is a great Rust-oriented YouTube channel that's less tutorial and more of a tour of the strengths and foibles of the language. The videos are a great springboard, because they are entertaining as much as informative and inject a bit of hype and hope for when you're battling the compiler.

    [1] https://www.youtube.com/c/NoBoilerplate

  • embassy

    Modern embedded framework, using Rust and async.

    > }

    And this is how to do it using embassy, which is an async framework for embedded in rust:

    https://github.com/embassy-rs/embassy/blob/main/examples/rp/...

  • nrf-hal

    A Rust HAL for the nRF family of devices

    You should try again. I think that code is verbose because of the borrowing and because you're trying to do a one-liner. I use the nrf-hal library with the nrf52840, and the code reads pretty nicely. Here's an example:

    https://github.com/nrf-rs/nrf-hal/blob/master/examples/blink...

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

  • Embassy: Replacing RTOS with a Rust async scheduler

    1 project | news.ycombinator.com | 19 Dec 2024
  • Building a GATT Server on Pi Pico W

    1 project | news.ycombinator.com | 16 Aug 2024
  • Embassy-rs/embassy: Modern embedded framework, using Rust and async

    1 project | news.ycombinator.com | 5 Jul 2024
  • Avoid Async Rust at All Cost

    1 project | news.ycombinator.com | 23 Jan 2024
  • The state of BLE and Rust (no_std)

    2 projects | /r/rust | 10 Nov 2023

Did you konow that Rust is
the 5th most popular programming language
based on number of metions?