Files
2025-11-30 09:07:22 +08:00

6 lines
190 B
Markdown

# Rust-Specific Adaptations
- Error handling: Result<T, E> with thiserror/anyhow
- Logging: tracing crate (structured)
- Config: config-rs or figment
- Error wrapping: context() from anyhow