Closed Ryan1729 closed 5 years ago
Given everything in a struct has a sensible default, it's nice to be able to initialize things with Default::default(). This default seems like the only sensible one to me.
Default::default()
@Ryan1729 Thanks for the pull request.
I have merged it and published a new version (v1.4.0) on crates.io.
v1.4.0
Given everything in a struct has a sensible default, it's nice to be able to initialize things with
Default::default()
. This default seems like the only sensible one to me.