#options #utils #inspect #traits #extension

option-inspect

Adds the missing Option::inspect() function

3 releases (breaking)

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

#21 in #inspect

Download history 1/week @ 2024-07-28 1/week @ 2024-08-04 7/week @ 2024-09-22 18/week @ 2024-09-29 1/week @ 2024-10-06

66 downloads per month
Used in 2 crates (via imag-diary)

MPL-2.0 license

10KB
70 lines

option-inspect

A simple crate that adds the missing Option::inspect() function.

Contributions welcome.

License

MPL-2.0


lib.rs:

This crate adds the missing Option::inspect function via an extension trait

No runtime deps