Engin Diriblog.ediri.ioยทFeb 22, 2023Design Patterns in Rust ๐ฆ: Upgrading the Builder Pattern using the Typestate PatternIntroduction 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 ...2 likesยท6.6K readsLearning RustRust