a crate for a logger that usess mutex for thread safty
Logger.
RFC5424 implementation for slog
Lightweight and efficient rust structured log library with support for log level, file shred, compressed archive
A structured JSON logger for Rust
A structured JSON logger for Rust, original project by softprops was abandonded.
A near-lock-free structured logging library for Rust. Sub-microsecond ingestion via a 65k-slot ring buffer (LMAX Disruptor pattern), deferred formatting, and native OS sinks (`os_log` on macOS via `syslog(3)`, `journald` on Linux). 14 output formats including JSON, MCP, OTLP, ECS, GELF, CEF, and Logfmt.
A connection pool to manage connections to a multi-node service.
This is a rust implementation of Joyent's node-cueball DNS resolver.
This is an implementation of the cueball Connection trait for postgres::Client from the rust-postgres crate.
This is an implementation of the cueball Resolver trait that provides a static list of backends for use by the connection pool.
This is an implementation of the cueball Connection trait for TcpStream from the rust standard library.