A conference dedicated to developers using Rust and Tokio to build asynchronous network applications is scheduled for April 20-22, 2026, in Portland, OR.
This discussion covers explicit type conversions (casts) in Rust, comparing them to C's implicit conversions and exploring the safety, correctness, and encouragement of casts in both languages.
Asterinas, a new Linux-ABI-compatible kernel project written in Rust, aims to combine monolithic and microkernel designs for a safer, more efficient OS.
This article provides a progress report on the development of rustc_codegen_cranelift, detailing achievements in unwinding, ARM CI, f16/f128 support, code sharing, SIMD, ABI handling, and outlining current challenges and contribution opportunities.
This article introduces Leaktracer, a custom Rust allocator for tracing memory allocations, designed for easy integration and debugging in large applications.
This article analyzes the performance of a Rust web server application, specifically focusing on the time spent in various functions related to image processing and initialization.
This article describes a newbie's experience contributing to the Rust for Linux project, including overcoming challenges with kernel configuration, version control, and creating safe Rust wrappers for C APIs.
A front-end developer shares their journey of building a full-stack admin system with Rust, highlighting the benefits of using Rust for backend development, including performance, safety, and ease of deployment.
This blog post explores a Rust workaround for implementing mutually exclusive behaviors under a unified interface, using marker types and associated types to satisfy coherence rules.
A software engineer reflects on their experience using both Haskell and Rust for production code, highlighting the strengths and limitations of each language.