Rust client for ErrSight error tracking — captures panics, errors, and log/tracing events and ships them to the ErrSight API from a background thread.
log2 is an out-of-the-box logging library for Rust
Macros for shimskit
Types for shimkit
Stores, rotates, compresses process logs.
A memory-safe #[no_std] BusyBox/Toybox clone in Rust - 299 Unix utilities in ~500KB
A minimal async runtime built on Linux io_uring, designed to expose how Rust futures map to kernel I/O.
Native Rust miner for RustChain — full RIP-PoA hardware fingerprinting
Service to connect to an MQTT broker and log properties of devices following the Homie convention to an InfluxDB database.
A command line utility to copy UNIX domain socket datagrams from one socket to two other sockets
A utility to fix mistakes in your commands.
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.