| Crates.io | shortcuts |
| lib.rs | shortcuts |
| version | 0.1.2 |
| created_at | 2022-08-03 10:38:28.86241+00 |
| updated_at | 2022-08-03 15:39:20.663892+00 |
| description | A crate with shortcuts for popular methods of popular types that allow you to write your blazingly fast code blazingly fast |
| homepage | |
| repository | https://github.com/teenjuna/shortcuts |
| max_upload_size | |
| id | 637966 |
| size | 7,598 |
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.