unwrap_display 0.0.1

Like `unwrap` for Result but formats using `core::fmt::Display` trait instead of `core::fmt::Debug`.
Documentation
  • Coverage
  • 100%
    5 out of 5 items documented0 out of 3 items with examples
  • Size
  • Source code size: 16.02 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 575.33 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 9s Average build duration of successful builds.
  • all releases: 9s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Robert42/unwrap_display
    1 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • Robert42

unwrap_display

Like unwrap for Result but formats using core::fmt::Display trait instead of core::fmt::Debug.

This crate is most useful for tests, so I recommend adding it to the dev-dependencies section instead of dependencies section of the Cargo.toml file.

[dev-dependencies]
unwrap_display = "0.0"