isnt-even-nor-odd

Returns true if the given number isn't even nor odd.

Install

Specify the dependency in Cargo.toml:

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

Fetch it with cargo:

bash cargo build

Usage

```rust use isntevennor_odd::IsntEvenNorOdd;

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

About

License

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