Returns true if the given number is odd.
Specify the dependencty in Cargo.toml:
yaml
[dependencies]
is-odd = "~1.0.0"
Fetch it with cargo:
bash
$ cargo build
```rust extern crate isodd; use isodd::IsOdd;
let i : i32 = 1; println!("{}", _i.isodd()); // prints false ```
Copyright © 2018, nukeop. Released under the MIT License.