//! **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
//! ```
/// Shortcuts for [core::convert].
/// Shortcuts for [core::option].
/// All the shortcuts you need in one place!
/// Shortcuts for [core::result].