isnt-even-or-odd

Returns false if the given number is even or odd.

Install

Specify the dependencty in Cargo.toml:

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

Fetch it with cargo:

bash cargo build

Usage

```rust use isntevenor_odd::IsntEvenOrOdd;

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

About

License

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