3 个版本
| 0.1.2 | 2022 年 8 月 3 日 |
|---|---|
| 0.1.1 | 2022 年 8 月 3 日 |
| 0.1.0 | 2022 年 8 月 3 日 |
#1630 in 开发工具
8KB
214 行
Shortcuts for popular methods of popular types that allow you to write your blazingly fast code blazingly fast.
use shortcuts::prelude::*;
let v = Some("blazingly fast");
v.unwrap(); // too long to type
v.un(); // perfection
查看 文档。
lib.rs:
Shortcuts for popular methods of popular types that allow you to write your blazingly fast code blazingly fast.
use shortcuts::prelude::*;
let v = Some("blazingly fast");
v.unwrap(); // too long to type
v.un(); // perfection