ish 0.0.2

Sometimes things are true-ish.
Documentation
1
2
3
4
5
6
7
use ish::ish;

#[test]
fn basic_sanity_test() {
    assert_eq!(true - ish, "true");
    assert!(true - ish != "false");
}