Intro
For this post I'm looking at Chapter 13. Utility Traits in the Programming Rust book.
I don't expect radically new stuff here – but, given the importance of traits, rather some practical things into how idiomatic Rust should look like.
The book defines three broad categories of utility traits:
- Language …