#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

#2353 in Rust patterns

Download history 103/week @ 2024-03-13 243/week @ 2024-03-20 273/week @ 2024-03-27 195/week @ 2024-04-03 197/week @ 2024-04-10 135/week @ 2024-04-17 116/week @ 2024-04-24 87/week @ 2024-05-01 136/week @ 2024-05-08 74/week @ 2024-05-15 151/week @ 2024-05-22 129/week @ 2024-05-29 136/week @ 2024-06-05 93/week @ 2024-06-12 136/week @ 2024-06-19 92/week @ 2024-06-26

479 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