Closed oriontvv closed 9 months ago
Hi there, thanks for making this PR. You are right that just using the derive macro in this case for Default is more idiomatic, but I wanted to show users how you can implement traits like Default from the standard library ones self. 😄
btw common practice in rust is using return Self when implementing Default trait