The Rust programming language has a lot of great features but it's not always obvious how to write Rust code in an idiomatic way. So today we are continuing our series on idiomatic Rust! In this video we will go over examples of using the builder pattern to increase code flexibility and prevent the proliferation of constructor functions.
Code: https://github.com/letsgetrusty/builder_pattern
#rust #programming #idiomatic