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ยง
- convert
- Shortcuts for core::convert.
- option
- Shortcuts for core::option.
- prelude
- All the shortcuts you need in one place!
- result
- Shortcuts for core::result.