rust-unofficial / patterns

A catalogue of Rust design patterns, anti-patterns and idioms
https://rust-unofficial.github.io/patterns/
Mozilla Public License 2.0
7.95k stars 362 forks source link

Add link to derive_more for newtypes #147

Closed hobofan closed 3 years ago

hobofan commented 3 years ago

I think derive_more is one of the most helpful crates for mitigating the downsides of the newtype pattern.

MarcoIeni commented 3 years ago

Yeah, it is also mentioned here. Thanks!