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

Robert42/unwrap_display

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages