isodd 0.1.1

A blazingly fast Light Weight rust library for determining if numbers are odd
Documentation
  • Coverage
  • 0%
    0 out of 3 items documented0 out of 2 items with examples
  • Size
  • Source code size: 3.53 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.18 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 9s Average build duration of successful builds.
  • all releases: 9s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • coderspark

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