unwrap-macros 0.1.0

Convenience macro for unwrapping result and option
Documentation
  • Coverage
  • 50%
    1 out of 2 items documented1 out of 1 items with examples
  • Size
  • Source code size: 4.65 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.05 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
  • yousifBilal/unwrap-macros
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • yousifBilal

unwrap-macros

This tiny library provides unwrapping macros in situation where the typical unwrapping methods for Result and Option in the standard library comes short and the alternative is too verbose. Specifically when you want to have the unwrap_or_else logic but need to continue or return.