1 unstable release
0.1.2 | Feb 8, 2022 |
---|---|
0.1.1 |
|
0.1.0 |
|
#23 in #true
Used in is_false_rs
14KB
is_true_rs
A Rust library for checking if a value is true.
Example
extern crate is_true_rs;
use is_true_rs::IsTrue;
let x = true;
assert_eq!(x.is_true(), true);
lib.rs
:
IsTrue
A Rust library for checking if a value is true.