Design Patterns in Rust 🦀: Upgrading the Builder Pattern using the Typestate Pattern
Introduction In this blog article, I want to upgrade my builder pattern implementation in Rust 🦀 using the Typestate pattern. If you are not familiar with the builder pattern or design patterns in general, I highly recommend you to read my previous ...
Feb 22, 20237 min read7.6K
