option-entry 0.1.0

`Entry` for `Option`
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "option-entry"
version = "0.1.0"
edition = "2024"
publish = true
repository = "https://github.com/parrrate/option-entry"
authors = ["Alisa Feistel <alisafeistel@gmail.com>"]
license = "MIT OR Apache-2.0"
rust-version = "1.90"
description = "`Entry` for `Option`"
exclude = ["/.github", "/.gitignore", "/.vscode", "CHANGELOG.md"]

[dependencies]

[features]
unstable = []