odd_is_odd 0.2.1

A very (not) safe library to check if a number is odd. Based on cve-rs.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "odd_is_odd"
version = "0.2.1"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

description = "A very (not) safe library to check if a number is odd. Based on cve-rs. "
license = "Unlicense"
repository = "https://github.com/residualentropy/odd_is_odd"
readme = "README.md"

[dependencies]