coder-rust-logging
Installation
SKILL.md
<skill_overview> Implement structured logging and tracing for Rust services Adding logs or diagnostics Creating spans around operations Configuring tracing subscribers Ensuring sensitive data is not logged Tracing GitHub </skill_overview> <events_and_spans> Use spans for operations with duration Use events for point-in-time facts Attach structured fields to both spans and events </events_and_spans> <structured_logging>