







Disk handling with Rust
Default musl allocator considered harmful (to performance)
In a real world benchmark, the default musl allocator caused a 7x slowdown compared to other allocators. I recommend all Rust projects immediately swap to a different allocator in a musl environment.

Be alert: targeted attacks on prominent Rustaceans | Rust Blog
Empowering everyone to build reliable and efficient software.

Experiment in reducing target directory size on nightly | Inside Rust Blog
Want to follow along with Rust development? Curious how you might get involved? Take a look!

kyju.org
Horribly misusing Rust features to provide provable memory safety and tracing garbage collection for pointer soup.
fjall - Rust
Fjall is a log-structured embeddable key-value storage engine written in Rust. It features:
An early look at tailscale-rs, a tsnet library in Rust
We've launched an experimental Rust library for Tailscale via tsnet. Help test tailscale-rs and shape it with your feedback.
mohsen1/yek
A fast Rust based tool to serialize text-based files in a repository or directory for LLM consumption
Awesome Rust Cryptography
Showcase of notable cryptography libraries developed in Rust
magic-wormhole/magic-wormhole.rs
Rust implementation of Magic Wormhole, with new features and enhancements
reinterpretcat/qwen3-rs
An educational Rust project for exporting and running inference on Qwen3 LLM family
Build a Rust CLI Using Seahorse
In this tutorial, you will learn how to build a CLI that encrypts and decrypts text based on a specified cipher, using Rust and Seahorse.

dani-garcia/vaultwarden
Unofficial Bitwarden compatible server written in Rust, formerly known as bitwarden_rs
Announcing Rust 1.96.1 | Rust Blog
Empowering everyone to build reliable and efficient software.
