#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

#2316 in Rust patterns

Download history 169/week @ 2023-12-16 55/week @ 2023-12-23 98/week @ 2023-12-30 144/week @ 2024-01-06 166/week @ 2024-01-13 190/week @ 2024-01-20 379/week @ 2024-01-27 63/week @ 2024-02-03 46/week @ 2024-02-10 189/week @ 2024-02-17 210/week @ 2024-02-24 479/week @ 2024-03-02 119/week @ 2024-03-09 118/week @ 2024-03-16 304/week @ 2024-03-23 212/week @ 2024-03-30

826 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