Blog
Rust for systems, web, and embedded
Select topic
Select alladvanced-uis algorithms async automotive c++ c data-compression data-engineering development devops education embedded energy go interop iot irma java javascript kotlin lua meet-the-team meetup memory-safety microservices ntpd-rs open-data open-source pendulum privacy python react research rust security simd statime stm32 tech technology testing timing tools typescript web-development why-rust
RSS Feed October 22, 2025
Fixing rust-lang stdarch issues in LLVM
A couple of months ago I became a co-maintainer of rust-lang/stdarch, which defines vendor-specific APIs that are used by the Rust standard library and Rust users writing explicit SIMD code.
September 17, 2024
Mix in Rust with C++
This article will help you to slowly introduce some Rust into your C++ project. We'll familiarize ourselves with the tooling and go through some examples.