Returns false if the given number is even or odd.
Specify the dependencty in Cargo.toml:
yaml
[dependencies]
isnt-even-or-odd = "1"
Fetch it with cargo:
bash
cargo build
```rust use isntevenor_odd::IsntEvenOrOdd;
let i : i32 = 1; println!("{}", _i.isntevenorodd()); // prints true ```
Copyright © 2018, dsgallups. Released under the MIT License.