A Rust library for checking if a value is true.
```rust extern crate istruers; use istruers::IsTrue;
let x = true; asserteq!(x.istrue(), true); ```