istruers

A Rust library for checking if a value is true.

Example

```rust extern crate istruers; use istruers::IsTrue;

let x = true; asserteq!(x.istrue(), true); ```