
Engineering • 21 min
Rust 1.98.1
Rust 1.98.1 fixes a critical vtable miscompilation. Here is what failed, why safe Rust could still crash, and how teams should upgrade and verify their builds.
9/5/2026Read More →
Tag
2 articles

Engineering • 21 min
Rust 1.98.1 fixes a critical vtable miscompilation. Here is what failed, why safe Rust could still crash, and how teams should upgrade and verify their builds.

Engineering • 20 min
Learn Rust from a web developer's perspective. Explore ownership, borrowing, memory safety without GC, and how to build high-performance async web APIs. This guide covers syntax, tooling, and the Actix-web ecosystem.