







42× faster crash recovery, 20× lower memory than PM2. Written in Rust.
Making Rust Workers reliable: panic and abort recovery in wasm‑bindgen
Panics in Rust Workers were historically fatal, poisoning the entire instance. By collaborating upstream on the wasm‑bindgen project, Rust Workers now support resilient critical error recovery, including panic unwinding using WebAssembly Exception Handling.

kyju.org
Horribly misusing Rust features to provide provable memory safety and tracing garbage collection for pointer soup.
Announcing Rust 1.96.1 | Rust Blog
Empowering everyone to build reliable and efficient software.

mohsen1/yek
A fast Rust based tool to serialize text-based files in a repository or directory for LLM consumption
In defense of lock poisoning in Rust · sunshowers
It's worth retaining one of multithreaded Rust's most valuable features.

reinterpretcat/qwen3-rs
An educational Rust project for exporting and running inference on Qwen3 LLM family
fjall - Rust
Fjall is a log-structured embeddable key-value storage engine written in Rust. It features:
Hello World - Rust By Example
Rust by Example (RBE) is a collection of runnable examples that illustrate various Rust concepts and standard libraries.
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).
Understanding memory management
Learn MemGPT memory management techniques for controlling LLM context windows with in-context and external storage.

C ABI Changes for `wasm32-unknown-unknown` | Rust Blog
Empowering everyone to build reliable and efficient software.

The Definitive Guide to Error Handling in Rust
Learn to model and handle any error using idomatic Rust.
