imply_option 0.1.2

Provides a single `trait` which allows the construction of an `Option` based on a bool value.
Documentation
[package]
name = "imply_option"
version = "0.1.2"
authors = ["Dynisious <daniel.bechaz@gmail.com>"]
description = "Provides a single `trait` which allows the construction of an `Option` based on a bool value."

repository = "https://github.com/Dynisious/imply_option"

keywords = ["option", "utility", "no-std"]

license = "0BSD"

include = [
    "**/*.rs",
    "Cargo.toml",
]