is-odd

Returns true if the given number is odd.

Install

Specify the dependencty in Cargo.toml:

yaml [dependencies] is-odd = "~1.0.0"

Fetch it with cargo: bash $ cargo build

Usage

```rust extern crate isodd; use isodd::IsOdd;

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

About

License

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