A robust, crash-resistant queue implementation that persists all data to disk using SQLite
FIFO queue backed by disk
Yaque is yet another disk-backed persistent queue for Rust
A typed, heterogeneous event relay with observable delivery, completion tracking, and lossless message routing
A disk baced Write Ahead Log that can functuin as a FIFO queue
CKB RPC server
A highly parallel Perl 5 interpreter written in Rust
There's plenty of sage advice out there about how to run Rust services in production at scale — config cascades, structured logging, masking secrets, multi-backend secrets management, Prometheus, OpenTelemetry, Kafka transports, tiered disk-spillover sinks, adaptive worker pools, graceful shutdown — but almost none of it as code you can just install and use. This is that code. Opinionated, drop-in, working out of the box. The patterns from blog posts, watercooler chats and beers with your Google mates as actual library — not a framework you assemble from twenty crates and 8 weeks of munging.
A thread-safe, in-memory hash store supporting concurrent fetches and writes.
A high-performance disk-persistent message queue. Optimized for low-latency scenarios.
mmap-backed IPC channels with regionized layout, alignment-safe headers, and file rolling.
FIFO queue backed by memory-mapped files