3 releases (breaking)
0.3.0 | Apr 9, 2023 |
---|---|
0.2.0 | Mar 7, 2021 |
0.1.0 | Dec 22, 2019 |
#2353 in Rust patterns
479 downloads per month
Used in 4 crates
(3 directly)
10KB
74 lines
result-inspect
A simple crate that adds the missing Result::inspect()
function.
Contributions welcome.
License
MPL-2.0
lib.rs
:
This crate adds the missing Result::inspect function via an extension trait