A comprehensive roundup of the latest embedded Rust developments, including project updates, hardware news, educational resources, and current job listings.
An introduction to OxiSH, a new memory-safe SSH server implementation in Rust featuring a sans-I/O core and support for hybrid post-quantum key exchange.
A critical analysis of the Xilem GUI frameworkâs architectural shortcomings and a proposed roadmap for simplifying its design and developer experience.
Rama 0.4.0 introduces full system proxy support, sandboxed JavaScript for PAC, ttrpc, and comprehensive reliability improvements across its network service foundations.
A former Go developer shares their experience transitioning to Rust, highlighting the learning curve, key language benefits, and when to choose Rust for production systems.
A proposal for a four-level hierarchy to standardize and improve in-place initialization in Rust, ranging from raw pointer manipulation to compiler-driven optimizations.
The Rust standard library now utilizes `cargo-semver-checks` to automatically prevent accidental API breakage by integrating stability attribute analysis into its CI pipeline.
A post-mortem analysis of how ignoring `#[must_use]` results in a security vulnerability, and why `clippy::let_underscore_must_use` is essential for production-grade codebases.
A beginner-friendly guide to getting started with Embedded Rust on the BBC micro:bit, covering toolchain setup, hardware abstraction layers, and a basic "Blinky" implementation.