We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bab5f3 commit 450bf21Copy full SHA for 450bf21
patterns/newtype.md
@@ -102,3 +102,5 @@ Here, `Bar` might be some public, generic type and `T1` and `T2` are some intern
102
[Newtypes in Haskell](https://wiki.haskell.org/Newtype)
103
104
[Type aliases](https://doc.rust-lang.org/stable/book/ch19-04-advanced-types.html#creating-type-synonyms-with-type-aliases)
105
+
106
+[derive_more](https://crates.io/crates/derive_more), a crate for deriving many builtin traits on newtypes.
0 commit comments