wrapping_in_range 0.1.3

Wrapping arithmetic for any range
Documentation
[dependencies.num-traits]
version = "0.2"

[dev-dependencies.proptest]
version = "1.7.0"

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

[package]
authors = ["Nik Revenco <pm@nikrev.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["algorithms", "science", "no-std"]
description = "Wrapping arithmetic for any range"
edition = "2021"
keywords = ["mathematics", "numerics"]
license = "MIT OR Apache-2.0"
name = "wrapping_in_range"
readme = "README.md"
repository = "https://github.com/nik-rev/wrapping-in-range"
rust-version = "1.60"
version = "0.1.3"