Skip to content
This repository was archived by the owner on Feb 20, 2026. It is now read-only.

Latest commit

 

History

13 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"

About

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

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages