unwrap_display 0.0.0

Like `unwrap` for Result but formats using `core::fmt::Display` trait instead of `core::fmt::Debug`.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[dependencies]

[package]
authors = ["Robert Hildebrandt"]
description = "Like `unwrap` for Result but formats using `core::fmt::Display` trait instead of `core::fmt::Debug`."
edition = "2021"
keywords = ["unwrap", "Display", "Result"]
license = "Apache-2.0"
name = "unwrap_display"
readme = "README.md"
repository = "https://github.com/Robert42/unwrap_display"
version = "0.0.0"