#popular #blazingly #traits #shortcut #performance #methods #write

shortcuts

A crate with shortcuts for popular methods of popular types that allow you to write your blazingly fast code blazingly fast

3 releases

0.1.2 Aug 3, 2022
0.1.1 Aug 3, 2022
0.1.0 Aug 3, 2022

#1441 in Development tools

Download history 11/week @ 2024-02-20 18/week @ 2024-02-27 85/week @ 2024-03-12 3/week @ 2024-03-26 26/week @ 2024-04-02

114 downloads per month

Unlicense

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

No runtime deps