weak_true 0.1.6

Similar to the automatic implicit conversion to boolean values in weakly typed languages
Documentation
[dependencies]

[features]
default = ["std"]
std = []

[lib]
name = "weak_true"
path = "src/lib.rs"

[package]
authors = ["A4-Tacks <wdsjxhno1001@163.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["no-std", "no-std::no-alloc"]
description = "Similar to the automatic implicit conversion to boolean values in weakly typed languages"
edition = "2021"
keywords = ["no_std", "weak-typed"]
license = "MIT"
name = "weak_true"
readme = "README.md"
repository = "https://github.com/A4-Tacks/weak_true-rs"
version = "0.1.6"