Recent posts tagged rust-lang

Description for Tag: "rust-lang"

Rust is a systems programming language focused on speed, memory safety, and parallelism.
Vincent Eckert Sierota Nov 21, 2025 in Articles 1 min read
For this week’s Rust update, I released a new episode of Fearless in Rust focusing on production-ready logging with tracing. This video shows how to: set up flexible log layers output compact or JSON logs attach fields like sourceid for request t...
Nicolas Fränkel Jun 5, 2025 in Articles 4 min read
Rust offers different ways to initialize compile time-initialized variables. Recently, I had to create a runtime-initialized variable: existing approaches don't work in this case. I want to describe multiple ways to achieve it in this post. Constant...
Nicolas Fränkel Apr 17, 2025 in Articles 3 min read
While working on my demohttps://github.com/ajavageek/wasm-kubernetes on WebAssembly and Kubernetes, I wanted to create three different binaries based on the same code: Native: compile the Rust code to regular native code as a baseline Embed: compi...
Mike Dabydeen Dec 6, 2024 in Articles 5 min read
As a developer, you have probably wrestled with memory management challenges: from the dreaded null pointer dereferences to elusive race conditions in concurrent code. Rust1, with its groundbreaking approach to safety and performance, offers a solu...
To see more, click for the full list of posts or popular tags.
chevron_left

Active Discussions

New

David Essien
Vardan
Leandro Junior Alves dos Santos

Featured

Methodox
Steve Fenton
Trent Polack