**Shortcuts** for popular methods of popular types that allow you to write
your **blazingly fast** code **blazingly fast**.
```rust
use shortcuts::prelude::*;
let v = Some("blazingly fast");
v.unwrap(); // too long to type
v.un(); // perfection
```
See the [documentation](https://docs.rs/sqlx/latest/shortcuts).