#utils #inspect #result #extension #traits

result-inspect

Adds the missing Result::inspect() function

3 releases (breaking)

0.3.0 Apr 9, 2023
0.2.0 Mar 7, 2021
0.1.0 Dec 22, 2019

#2424 in Rust patterns

Download history 148/week @ 2024-07-22 156/week @ 2024-07-29 95/week @ 2024-08-05 85/week @ 2024-08-12 140/week @ 2024-08-19 83/week @ 2024-08-26 449/week @ 2024-09-02 130/week @ 2024-09-09 80/week @ 2024-09-16 142/week @ 2024-09-23 94/week @ 2024-09-30 118/week @ 2024-10-07 102/week @ 2024-10-14 112/week @ 2024-10-21 132/week @ 2024-10-28 160/week @ 2024-11-04

506 downloads per month
Used in 4 crates (3 directly)

MPL-2.0 license

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

No runtime deps