parity-map 0.1.2

For mapping integers based on their parity
Documentation
[dependencies.either]
version = "1.13.0"

[dependencies.num]
version = "0.4.3"

[lib]
name = "parity_map"
path = "src/lib.rs"

[lints.clippy.enum_glob_use]
level = "deny"
priority = -2

[lints.clippy.expect_used]
level = "deny"
priority = -6

[lints.clippy.nursery]
level = "deny"
priority = -4

[lints.clippy.pedantic]
level = "deny"
priority = -3

[lints.clippy.unwrap_used]
level = "deny"
priority = -5

[lints.rust.missing_docs]
level = "deny"
priority = -1

[package]
authors = ["beetle"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "For mapping integers based on their parity"
edition = "2021"
license = "MIT"
name = "parity-map"
readme = "README.md"
repository = "https://github.com/Mearkatz/parity-map"
version = "0.1.2"