Returns true if the given number isn't even nor odd.
Specify the dependency in Cargo.toml:
yaml
[dependencies]
isnt-even-nor-odd = "1"
Fetch it with cargo:
bash
cargo build
```rust use isntevennor_odd::IsntEvenNorOdd;
let i : i32 = 1; println!("{}", _i.isntevennorodd()); // prints false ```
Credit to purewhite because i just copy pasted all of this and reversed his dependency. the logic was too hard to understand for me so thakns for the boilerplate
Released under the MIT License.