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 iterating over the Option enum.
Code: https://github.com/letsgetrusty/itera...
#rust #programming #idiomatic