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