#traits #shortcut #performance

shortcuts

一个包含常用类型常用方法的快捷键库,让您编写代码速度更快

3 个版本

0.1.2 2022 年 8 月 3 日
0.1.1 2022 年 8 月 3 日
0.1.0 2022 年 8 月 3 日

#1630 in 开发工具

Unlicense

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

无运行时依赖