Blog
Rust for systems, web, and embedded
Select topic
Select alladvanced-UIsalgorithmsasyncautomotivec++cdata-compressiondata-engineeringdevelopmentdevopseducationembeddedenergygointeropIoTirmajavajavascriptkotlinluameet-the-teammeetupmemory-safetymicroservicesntpd-rsopen-dataopen-sourcependulumprivacypythonreactresearchrustsecuritysimdstatimestm32techtechnologytestingtimingtoolstypescriptweb-developmentwhy-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.