| Crates.io | isodd |
| lib.rs | isodd |
| version | 0.1.1 |
| created_at | 2024-12-04 10:13:36.284186+00 |
| updated_at | 2024-12-06 09:36:27.551564+00 |
| description | A blazingly fast Light Weight rust library for determining if numbers are odd |
| homepage | |
| repository | |
| max_upload_size | |
| id | 1471782 |
| size | 3,850 |
A Blazingly Fast Light Weight Rust library that provides an IsOdd trait to determine whether various types of numbers are odd.
i32, u32, i64, u64, ect.).is_odd method.Add the following to your Cargo.toml file:
[dependencies]
isodd = "0.1.0"
Or with:
cargo install isodd