rust-patterns
affaan-m/everything-claude-code
A comprehensive guide to idiomatic Rust patterns and best practices for building safe, high-performance, and maintainable applications. Covers core concepts like ownership and borrowing, robust error handling using thiserror and anyhow, state modeling with enums, zero-cost abstraction via traits and generics, and safe concurrent programming practices.