//
sign in
Profile
by @danabra.mov
Profile
by @dansshadow.bsky.social
Profile
by @jimpick.com
AviHandle
by @danabra.mov
AviHandle
by @dansshadow.bsky.social
AviHandle
by @katherine.computer
EventsList
by @katherine.computer
ProfileHeader
by @dansshadow.bsky.social
ProfileHeader
by @danabra.mov
ProfileMedia
by @danabra.mov
ProfilePlays
by @danabra.mov
ProfilePosts
by @danabra.mov
ProfilePosts
by @dansshadow.bsky.social
ProfileReplies
by @danabra.mov
Record
by @atsui.org
Skircle
by @danabra.mov
StreamPlacePlaylist
by @katherine.computer
+ new component
ProfilePosts


Rust program management, May 2026... RustWeek! Video interviews! Project Goals! Funding! Mirroring! Rust for Linux! More meeting notes!
Want to follow along with Rust development? Curious how you might get involved? Take a look!
blog.rust-lang.org
Program management update — May 2026 | Inside Rust Blog
2d
Nurzhan Saken
Write embedded drivers without the MCU in your dev loop. Pico de Gallo turns a Pi Pico 2 into a USB-attached I²C/SPI/UART/GPIO/ADC/1-Wire bridge, so your driver is just a cargo run binary talking to real silicon from your laptop. Build one for your chip → balbi.sh/posts/writin...
1d
Treating a sensor driver like normal software: a real I²C bus on your laptop, the upstream driver crate unmodified, and a live ratatui dashboard around it.
balbi.sh
Writing embedded drivers without an MCU
Felipe Balbi
More metapacs, that's exactly what we need. Hopefully an embassy HAL can be built on top of this work :-) Amazing.
1d
Felipe Balbi
For all Silicon Labs EFR32 Rust fans I just published crates.io/crates/silab.... It follows the same idea as crates.io/crates/stm32...
5d
crates.io serves as a central registry for sharing crates, which are packages or libraries written in Rust that you can use to enhance your projects
crates.io
crates.io: Rust Package Registry
Andres Vahter 🦀