







It's worth retaining one of multithreaded Rust's most valuable features.

The state of the Rust dependency ecosystem
Over the past few days, I analyzed over 200,000 crates from crates.io to uncover patterns in maintenance, developer engagement, security, and overall ec...
kyju.org
Horribly misusing Rust features to provide provable memory safety and tracing garbage collection for pointer soup.
Ditto - Introducing Safer FFI
Introducing safer_ffi, a Rust framework that allows you to write foreign function interfaces (FFI) without polluting your Rust code with `unsafe` while improving readability.

Announcing Rust 1.96.1 | Rust Blog
Empowering everyone to build reliable and efficient software.

quick_cache - Rust
Lightweight, high performance concurrent cache. It allows very fast access to the cached items with little overhead compared to a plain concurrent hash table. No allocations are ever performed unless the cache internal state table needs growing (which will eventually stabilize).
What is maintenance, anyway? | Inside Rust Blog
Want to follow along with Rust development? Curious how you might get involved? Take a look!

Help Wanted: Research Questions in Rust - Aaron Turon - OPLSS 2018
Surelock
NOTE Hello r/rust! Thank you for the interest in this work and for the delightful conversation ❤️ I hate deadlocks. Maybe you do too.

Why Use Structured Errors in Rust Applications?
Going against the common wisdom of “using anyhow for applications”.
Understanding rust closures
Antoine Vandecrème personal site. Mostly about programming.
Master Hexagonal Architecture in Rust
Everything you need to write flexible, future-proof Rust applications using hexagonal architecture.

Are we observable yet? An introduction to Rust telemetry
Hands-on technical leader, Rust expert.

Oxmgr — Rust Process Manager
42× faster crash recovery, 20× lower memory than PM2. Written in Rust.
Production-Grade Logging in Rust Applications
A strong application is a well-logged application
