| Crates.io | is_true_rs |
| lib.rs | is_true_rs |
| version | 0.1.2 |
| created_at | 2022-02-08 01:35:29.665435+00 |
| updated_at | 2022-02-08 01:44:49.826367+00 |
| description | A Rust library for checking if a value is true. |
| homepage | https://github.com/lemon-mint/istrue-rs |
| repository | |
| max_upload_size | |
| id | 528778 |
| size | 37,165 |
A Rust library for checking if a value is true.
extern crate is_true_rs;
use is_true_rs::IsTrue;
let x = true;
assert_eq!(x.is_true(), true);