使用旧的 Rust 2015
0.1.2
| 2018年11月4日 |
0.1.1
| 2018年11月4日 |
0.1.0
| 2018年11月4日 |
5 在 #shorthand 中排名
556 每月下载
在 6 个包 (3 个直接) 中使用
MPL-2.0 OR MIT OR Apache-2.0
2KB
此包实现了独立的 default()
函数,可以通过 use default::default;
引入,然后在您的代码中可以直接使用
let foo = default();
代替常规的
let foo = Default::default();