comfy-bounded-ints 0.2.1

Bounded-integer types focused on ergonomics and safety. (See README.md)
Documentation
[dependencies.no-panic]
optional = true
version = "0.1.30"

[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0.201"

[dependencies.serde_json]
optional = true
version = "1.0.117"

[dev-dependencies]

[features]
default = []
div_assign_zero = []
no_panic = ["dep:no-panic"]
serde = ["dep:serde"]
serde_json = ["dep:serde_json"]

[package]
authors = ["Houtamelo"]
categories = ["data-structures", "rust-patterns", "game-development", "mathematics"]
description = "Bounded-integer types focused on ergonomics and safety. (See README.md)"
edition = "2021"
exclude = [".idea/*"]
keywords = ["bound", "bounded", "integer", "int", "saturating"]
license = "MIT"
name = "comfy-bounded-ints"
readme = "README.md"
repository = "https://github.com/Houtamelo/comfy-bounded-ints"
version = "0.2.1"