π¦max7219-display: no_std Driver tro control LED Matrix and 7-Segment displays
- supports multiple daisy-chained MAX7219 devices
- embedded-graphics support feature to draw shapes
Driver:
github.com/ImplFerris/m...
Example Projects(uses ESP32):
github.com/ImplFerris/m...
#rustlang
05.08.2025 18:12 β π 3 π 0 π¬ 0 π 0
"implRust" text being displayed on max7219 led matrix with help of wokwi simulator
04.08.2025 18:11 β π 2 π 0 π¬ 0 π 0
π
30.07.2025 06:21 β π 3 π 0 π¬ 0 π 0
A blue square promoting a talk at the Oxidize Conference in Berlin from September 16 - 18, 2025. This post features an image of Espen Albrektsen, who will be giving a talk titled Keeping humans safe around robots with Rust.
Can Rust meet functional safety requirements in real-world embedded systems? Espen Albrektsen (Sonair) tells the story of building an ADAR sensor for certification on multicore Cortex-A hardware: oxidizeconf.com/sessions/kee... #RustLang #SafetyCritical #Embedded
28.07.2025 08:01 β π 4 π 1 π¬ 0 π 1
Futurama meme of shutup and take my money modified with the title "shut up and use Rust"
28.07.2025 05:33 β π 8 π 2 π¬ 1 π 0
Text written on chips saying "Rust embedded driver". Below the chip, there is cute little ferris (sorry about the ferris )
β¨ Rust Embedded Drivers (RED) Book
- Learn to write create simple drivers for hardware devices that work within the embedded Rust ecosystem
- Driver for DHT Sensor to read Humidity and Temperature
- Learn to use emebdded-hal-mock for testing
red.implrust.com
#rustlang #esp32 #embedded
25.07.2025 18:41 β π 7 π 3 π¬ 1 π 0
Diagram to illustrate use of embedded hal traits and hal, driver integration
β¨ Using SPI with Embedded Rust Ecosystem
esp32.implrust.com/spi/spi-and-...
#rustlang
20.07.2025 03:29 β π 7 π 0 π¬ 0 π 0
project structure starting and final project structure comparison
β¨ From std to no_std: Embedded Rust programming with ESP32
- Create project from a scratch instead of using template
- Step-by-step: convert a standard Rust binary into a no_std one that runs on the ESP32
esp32.implrust.com/std-to-no-st...
#rustlang #esp32 #programming
17.07.2025 19:08 β π 5 π 0 π¬ 0 π 0
ποΈ Organizing Larger Projects #rustlang
How do large projects like bevy or the rust compiler get broken down into manageable chunks? How do they keep the codebase modular and maintainable, and easy to work on? Do you have a single main file with 500+ LOC?
Let's learn how to use workspacesπ§΅π
17.07.2025 07:05 β π 42 π 11 π¬ 2 π 4
Clang and rustc command to print the target triple of the host machine
β¨ What the Hell Is a Target Triple?
I was searching to understand the pattern behind the target triple and why it is not clear
Found this nice article on it
mcyoung.xyz/2025/04/14/t...
17.07.2025 06:09 β π 3 π 1 π¬ 1 π 0
Embedded Rust Abstraction layers diagram
Embedded Rust - Abstraction Layers
esp32.implrust.com/abstraction-...
#rustlang
16.07.2025 16:51 β π 4 π 2 π¬ 0 π 0
Evolution of Ratatui and Tui-rs
#rustlang #ratatui #tui #opensource
16.07.2025 06:58 β π 25 π 2 π¬ 1 π 1
Example code snippet from GitHub
β¨ George Programming Language
π Bark to print
- First project in Rust by the developer who is from Python background
- Dog-themed, interpreted programming language for beginners
github.com/mpsoftwarefo...
#rustlang #programming
16.07.2025 08:23 β π 6 π 1 π¬ 1 π 1
sample picture from the book. The led matrix of the microbit shows the voltage emoji and has connection from edge connector to LDR sensor
β¨ impl Rust for Microbit: An Open Source Book on Embedded Rust for Simple and Fun Projects
- Smiley Buttons
- Touch sensing to display emoji
- Use Embassy as well
- Play simple tune
- Clap to smile
- Shake Detect
- Connect Phone via Bluetooth
mb2.implrust.com
#rustlang #embedded #microbit
15.07.2025 02:14 β π 11 π 3 π¬ 0 π 0
Voltage emoji being shown in microbit led matrix in dark room
β¨ Smart LED - Turn on LED when it becomes dark with Microbit and Rust
- LDR and Microbit v2
- Using Embassy and microbit-bsp
mb2.implrust.com/ldr/index.html
#rustlang #microbit #nrf52 #embassy
11.07.2025 03:36 β π 6 π 0 π¬ 0 π 1
Illustration of BLE communication
β¨ Building a Bluetooth Low Energy (BLE) device with embedded Rust - moxi ep3
As usual an awesome video by @therustybits.com
- Wirelessly share CO2 PPM with an app running on phone
youtu.be/L1ScupSwqts
#rustlang
08.07.2025 04:40 β π 14 π 2 π¬ 0 π 0
screenshot of nRF connect mobile app and highlighting the subscribe icon
β¨ Learn to Connect Your Rust-Powered Microbit to a Phone Using nRF Connect
> We will write a simple (narrator: the author was lying) project that lets the micro:bit send and receive data from a phone.
mb2.implrust.com/bluetooth/in...
#rustlang
06.07.2025 17:13 β π 5 π 0 π¬ 0 π 0
I created a TUI for visualizing guitar tabs real-time! πΈ
π₯ ratatui-fretboard widget coming soon β’
βΆοΈ Building this on livestream: www.youtube.com/watch?v=y2ug...
π¦ Written in Rust & built with @ratatui.rs
β GitHub: github.com/orhun/tuitar
#rustlang #ratatui #tui #guitar #fretboard #terminal
03.07.2025 07:54 β π 44 π 5 π¬ 0 π 0
YouTube video by Jonkero
Code Your Own Desktop GUI App With Rust Iced Crate
β¨ Code Your own Desktop GUI App with Rust Iced Crate
youtu.be/2CQ4hLB2IMw
#rustlang
03.07.2025 04:26 β π 4 π 0 π¬ 0 π 0
It's a real bummer when I see folks who *clearly* don't like Rust writing (multiple!) articles like "is rust ready for embedded? I tried it and still don't like it, so no".
It's fine that people don't use tools they don't like!
I just wish we had more people who DO USE Rust writing these articles.
02.07.2025 08:50 β π 50 π 4 π¬ 4 π 0
Smiley face on microbit led matrix
β¨ Simple Rust Embedded Project: Show a Smiley on micro:bit When You Clap
mb2.implrust.com/microphone/c...
#rustlang #microbit #embassy
02.07.2025 03:01 β π 7 π 0 π¬ 0 π 0
Alternative Blanket Implementations for a Single Rust Trait (blog post)
Just published an article regarding a technique, that allows multiple alternative blanket implementations in Rust: www.reddit.com/r/rust/comme...
#rust #rustlang
01.07.2025 07:37 β π 7 π 1 π¬ 0 π 0
5 Reasons to REGISTER for #rustconf:
π‘Talks by leaders like Mark Russinovich (CTO, Microsoft Azure) & Ellie Huxtable (Founder, Atuin)
π Community lightning talks
π§ Async #rustlang workshops
π» Connections w/ Rust-obsessed orgs
π Unstructured "UnConf" day
Join us @ #rustconf25!
28.06.2025 18:19 β π 2 π 2 π¬ 1 π 0
two code snippet showing let-chain vs nested if
π `Let chains` is here - Rust 1.88.0 released
> feature allows &&-chaining let statements inside if and while conditions, even intermingling with boolean expressions
blog.rust-lang.org/2025/06/26/R...
#rustlang
27.06.2025 04:17 β π 24 π 7 π¬ 1 π 1
Grab is Southeast Asia's leading superapp. It provides everyday services like Deliveries, Mobility, Financial Services, and More
23.06.2025 11:01 β π 0 π 0 π¬ 0 π 0
Performance chart from the article showing new rust service requiring less cores
β¨ Grab's Experience Rewriting from Go to Rust
> Resulted in 70% infrastructure savings at a similar performance
> As side effect,... probably more bug free,as Rust eliminates a class of common Golang errors like Null pointers & concurrent map writes
engineering.grab.com/counter-serv...
#rustlang
23.06.2025 11:01 β π 14 π 2 π¬ 5 π 2
21.06.2025 08:28 β π 61 π 7 π¬ 0 π 0
GitHub - apache/iggy: Apache Iggy: Hyper-Efficient Message Streaming at Laser Speed
Apache Iggy: Hyper-Efficient Message Streaming at Laser Speed - apache/iggy
β¨ Apache Iggy: persistent message streaming platform written in Rust
- Supporting QUIC, TCP (custom binary specification) and HTTP (regular REST API) transport protocols,
- Capable of processing millions of messages per second at the low latency
github.com/apache/iggy/
#rustlang
19.06.2025 13:58 β π 9 π 2 π¬ 1 π 1
π‘οΈ Rust Software Engineer β cryptography
π Passionate about defense, aerospace, decentralized systems, healtcare
π₯ Fearless in Rust Β· π Sealed in Rust
π» github.com/VinEckSie
Software developer π«π· πͺπΊ
Currently working at Waldo π¦, previously Zenly π¦(Snap π»), Virtu Financial π΅ and Microwave Vision πΆ
I like programming (F#, Rust [β¦]
[bridged from https://hachyderm.io/@vbfox on the fediverse by https://fed.brid.gy/ ]
Tech-debt loan shark. Yak shaver. Habitual thread-puller
Principal Engineer/Architect with 10+ years experience | Rust π¦ | Platform Engineering, High-Performance Systems | Working with Rust at Amazon
Twitter: twitter.com/arvidgerstmann
LinkedIn: linkedin.com/in/arvidgerstmann
Blog: arvid.io
Developer Advocate at JetBrains (RustRover, Fleet)
Unbothered. Moisturized. Happy. In My Lane. Focused. Flourishing. Working with Rust π¦
My blog: https://taping-memory.dev
Professional microblog lurker and software engineer π¦. Writing blog posts at lulf.no when time permits. Software published at github.com/lulf. Hamar, Norway.
Head of the Skunk Cost Worksβ’
liam.kinne.io
π¦πΊ
π¦ The conference for applied Rust users
π Tagungswerk, Berlin
π
Sept 16β18, 2025
ποΈ oxidizeconf.com
Oxidize brings together industry leaders, open-source contributors, and engineers to share #rustlang insights, tools, and success stories.
In the beginning was Santa Ana 6
π¦ Rust Savant @iggy.rs
rustlang reviewer and contributor, rustdoc team leader, gnome foundation member, co-owner of the Gtk-rs organization and of the askama-rs organization
Mastodon: https://toot.cat/@imperio
Rust shill, hobbyist developer, Shuttle Hero, lover of heavy metal music.
https://crusty-rustacean.com
mad scientist, toddler tamer, divine giraffe worshipper.
working on villagekit.com, an open modular system for building physical things in the solarpunk peer-to-peer future.
(he/him) βπ±πππ
Principal Cloud Architect at HAProxy Technologies / Executive Product Manager at Crossvallia
#golang #rustlang #ebpf #kubernetes #linux #perf #sysops
"Le Permacodeur", sur Twitch et YouTube π
Du dev et des memes, partout, tout le temps !
CEO d'HTMX et "Greugue" pilulΓ©
NΓ©orustacΓ© π¦
Γtre de lumiΓ¨re, et fier de l'Γͺtre (de lumiΓ¨re) !
Markup Language for Recipes and Tools http://cooklang.org/
Combinatorially curious https://spin.systems
MSFT Director in Windows team. Win32, Input, MSIX, Composition, and COM! Likes: electronics, arduino, 3d printing, audible, watches, fortnite, vinyl, concerts, snowboarding, travel, cars, golf and golf sims, physics and economics. Located: Sammamish, WA