optionee 0.2.0

The macro to create option struct easily.
Documentation
[dependencies.anyhow]
default-features = false
version = "1"

[features]
default = ["std"]
std = ["anyhow/default"]

[package]
authors = ["just-do-halee <just.do.halee@gmail.com>"]
categories = ["development-tools", "data-structures", "no-std"]
description = "The macro to create option struct easily."
edition = "2018"
homepage = "https://github.com/just-do-halee/optionee"
keywords = ["settings", "option", "utility", "data-structures", "configuration"]
license = "MIT OR Apache-2.0"
name = "optionee"
readme = "README.md"
repository = "https://github.com/just-do-halee/optionee"
version = "0.2.0"