Expand description

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

Modules

Shortcuts for core::convert.

Shortcuts for core::option.

All the shortcuts you need in one place!

Shortcuts for core::result.