#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 119/week @ 2024-01-04 158/week @ 2024-01-11 155/week @ 2024-01-18 323/week @ 2024-01-25 205/week @ 2024-02-01 53/week @ 2024-02-08 167/week @ 2024-02-15 156/week @ 2024-02-22 330/week @ 2024-02-29 320/week @ 2024-03-07 113/week @ 2024-03-14 240/week @ 2024-03-21 299/week @ 2024-03-28 160/week @ 2024-04-04 224/week @ 2024-04-11 89/week @ 2024-04-18

794 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