Pattern Matching
2 posts

Rust 1.94 is Here: Sliding Window Pattern Matching Makes Code Elegant
Rust 1.94 brings three major updates: sliding windows destructured into named variables, Cargo.toml now supports multi-line syntax, and the Golden Ratio finally joins after 10 years!
March 16, 2026 · 4 min · 776 words · Dream Beast Programming

Don't Underestimate Rust Enums: A Complete Hands-On Guide
Rust enums are far more than a set of constants. They carry data, drive state machines, replace null, and unify error handling. This guide walks you from basics to recursive enums with real code examples.
February 15, 2026 · 9 min · 1881 words · Rex Programming
