Rust "design patterns" book?

  1. I have worked through Introduction - Rust By Example which is great for learning the syntax of the language.

  2. I am aware of https://github.com/rust-lang-nursery/rust-cookbook which is great for "how to do X"?

  3. I am looking for a Rust "design patterns" book. The closest I have found so far is: https://github.com/rust-unofficial/patterns

Are there other Rust "design pattern" resources?

There are blog posts such as these, which I occasionally find enlightening.