is-even-or-odd

Returns true if the given number is even or odd.

Install

Specify the dependencty in Cargo.toml:

yaml [dependencies] is-even-or-odd = "1"

Fetch it with cargo:

bash $ cargo build

Usage

```rust use isevenor_odd::IsEvenOrOdd;

let i : i32 = 1; println!("{}", _i.isevenorodd()); // prints true ```

About

License

Copyright © 2018, purewhite. Released under the MIT License.