Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 09:07:22 +08:00
commit fab98d059b
179 changed files with 46209 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
# 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