shortcuts

Crates.ioshortcuts
lib.rsshortcuts
version0.1.2
sourcesrc
created_at2022-08-03 10:38:28.86241
updated_at2022-08-03 15:39:20.663892
descriptionA crate with shortcuts for popular methods of popular types that allow you to write your blazingly fast code blazingly fast
homepage
repositoryhttps://github.com/teenjuna/shortcuts
max_upload_size
id637966
size7,598
(teenjuna)

documentation

https://docs.rs/shortcuts

README

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.

Commit count: 4

cargo fmt