#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

#43 in #option


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