isodd

Crates.ioisodd
lib.rsisodd
version
sourcesrc
created_at2024-12-04 10:13:36.284186
updated_at2024-12-06 09:36:27.551564
descriptionA blazingly fast Light Weight rust library for determining if numbers are odd
homepage
repository
max_upload_size
id1471782
Cargo.toml error:TOML parse error at line 17, column 1 | 17 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
CoderSpark (coderspark)

documentation

README

IsOdd

A Blazingly Fast Light Weight Rust library that provides an IsOdd trait to determine whether various types of numbers are odd.


Features

  • Generic Trait Implementation👍: Works seamlessly with various numeric types (i32, u32, i64, u64, ect.).
  • Simple and Intuitive🍃: Provides an easy-to-use API with the is_odd method.
  • Blazingly Fast🚀: Uses modular arithmetic for fast oddness checks.
  • AI Powered✨: Uses an AI algorithm to determine if a number is odd.

Installation

Add the following to your Cargo.toml file:

[dependencies]
isodd = "0.1.0"

Or with:

cargo install isodd
Commit count: 0

cargo fmt