3 releases (breaking)

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

#2333 in Rust patterns

Download history 123/week @ 2024-11-30 149/week @ 2024-12-07 196/week @ 2024-12-14 36/week @ 2024-12-21 35/week @ 2024-12-28 128/week @ 2025-01-04 211/week @ 2025-01-11 211/week @ 2025-01-18 127/week @ 2025-01-25 145/week @ 2025-02-01 237/week @ 2025-02-08 135/week @ 2025-02-15 275/week @ 2025-02-22 163/week @ 2025-03-01 300/week @ 2025-03-08 381/week @ 2025-03-15

1,127 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