shortcuts 0.1.2

A crate with shortcuts for popular methods of popular types that allow you to write your blazingly fast code blazingly fast
Documentation
  • Coverage
  • 100%
    19 out of 19 items documented1 out of 15 items with examples
  • Size
  • Source code size: 7.26 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.5 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 10s Average build duration of successful builds.
  • all releases: 10s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • teenjuna/shortcuts
    1 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • teenjuna

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.