Latest Posts
October 01, 2025
How to store values in a type-erased way and downcast to any implemented trait using Rust.
September 28, 2025
Why specifying a lifetime on `impl` blocks for trait objects matters in Rust.
September 25, 2025
How to store and recover trait objects without knowing their concrete type in Rust
September 23, 2025
Learn how typed-eval compiles typed, context-aware expressions in Rust, and the approaches that make it flexible and extensible.
September 19, 2025
How to make your Chumsky parser handle mistakes gracefully.