







Apply performance, security and usability upgrades to static bucket services such as Google Cloud Storage or AWS S3.
Launching S3 Files, making S3 buckets accessible as file systems | Amazon Web Services
Amazon S3 Files makes S3 buckets accessible as high-performance file systems on AWS compute resources, eliminating the tradeoff between object storage benefits and interactive file capabilities while enabling seamless data sharing with ~1ms latencies.

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).
Jon Kelley on Twitter / X
Several months of work went into building Devin's Cloud Mac!We had to rebuild its disk, networking, provisioning, VNC, and computer use from scratch, in Rust. Read my first X article about how it all works 😊 https://t.co/bara9pu2WP— Jon Kelley (@jkelleyrtp) September 19, 2026
A blob in the bucket - Hitchhiker's Guide to the Atmosphere
Learn how to setup your self hosted PDS to use an S3 object store for blob storage.
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...
fjall - Rust
Fjall is a log-structured embeddable key-value storage engine written in Rust. It features:
Announcing Topcoat: a framework for building full-stack reactive web apps with Rust | Tokio - An asynchronous Rust runtime
Tokio is a runtime for writing reliable asynchronous applications with Rust. It provides async I/O, networking, scheduling, timers, and more.
Awesome Rust Cryptography
Showcase of notable cryptography libraries developed in Rust

ngerakines/atproto-tools - Docker Image
A comprehensive collection of Rust components for creating AT Protocol applications. This workspace provides essential building blocks for identity management, record operations, OAuth 2.0 authentication flows, HTTP client operations, XRPC services, and real-time event streaming.
mohsen1/yek
A fast Rust based tool to serialize text-based files in a repository or directory for LLM consumption

Hello World - Rust By Example
Rust by Example (RBE) is a collection of runnable examples that illustrate various Rust concepts and standard libraries.