#options #utils

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

#48 in #option

Download history 31/week @ 2024-02-18 46/week @ 2024-02-25 3/week @ 2024-03-03 12/week @ 2024-03-10 70/week @ 2024-03-31

83 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