3 releases
0.1.2 | Aug 3, 2022 |
---|---|
0.1.1 | Aug 3, 2022 |
0.1.0 | Aug 3, 2022 |
#1928 in Development tools
54 downloads per month
8KB
214 lines
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
See the documentation.
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