categories
2 posts tagged here.
Compile-time variation, static dispatch, and associated types explained using a SQL dialect use case.
Rust's test framework lacks pytest-style fixtures. This post shows how to build them using traits, global state, and ctor.