[package]
edition = "2021"
name = "to-true"
version = "0.1.2"
authors = ["A4-Tacks <wdsjxhno1001@163.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Convenient conversion of bool states"
readme = "README.md"
keywords = [
"no_std",
"bool",
"state",
]
categories = [
"no-std",
"no-std::no-alloc",
]
license = "MIT"
repository = "https://github.com/A4-Tacks/to-true-rs"
[lib]
name = "to_true"
path = "src/lib.rs"
[dependencies]