#odd #io #directory #is-odd-rs

app is-odd-rs

a stupid program to check if the number is odd or even. written in rust. may NOT be used as a library

4 releases (breaking)

0.4.0 Mar 26, 2025
0.3.0 Mar 26, 2025
0.2.0 Mar 26, 2025
0.1.0 Mar 26, 2025

#565 in Command line utilities

Download history 330/week @ 2025-03-26 6/week @ 2025-04-02

336 downloads per month

AGPL-3.0

15KB

is-odd-rs

A program to check if an integer is odd or even. written in rust.

Available on crates.io

INSTALL WITH cargo:

    cargo install is-odd-rs

OR COMPILE WITH cargo, rustc:

    git clone https://github.com/namnam1105/is-odd-rs # clone repo
    cd is-odd-rs # change dir
    cargo install --path . # compile and install it as binary.

USAGE:

    is-odd [NUMBER] # where number any integer

EXAMPLES:

    is-odd 5 # 5 is odd

No runtime deps