3 releases
|
0.1.2
|
Nov 4, 2018
|
|
0.1.1
|
Nov 4, 2018
|
|
0.1.0
|
Nov 4, 2018
|
464 downloads per month
Used in 2 crates
MPL-2.0 OR MIT OR Apache-2.0
2KB
This crate implements standalone default() function that can be imported
with use default::default; and then in your code you can just:
let foo = default();
instead of the usual:
let foo = Default::default();