option-inspect-none 1.0.0

The crate contains a trait, that implements the inspect_none(..) method on Options.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "option-inspect-none"
version = "1.0.0"
edition = "2021"
license = "MIT"
description = "The crate contains a trait, that implements the inspect_none(..) method on Options."
repository = "https://github.com/bytifex/option-inspect-none.git"
readme = "README.md"
keywords = ["inspect_none", "Option"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]