#true #checking #value

is_true_rs

A Rust library for checking if a value is true

1 unstable release

0.1.2 Feb 8, 2022
0.1.1 Feb 8, 2022
0.1.0 Feb 8, 2022

#22 in #true


Used in is_false_rs

AGPL-3.0

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.

No runtime deps