[package]
name = "serial-uint"
version = "0.1.1"
edition = "2024"
authors = ["gnauhtt <1290824052@qq.com>"]
description = "Generic serial number (RFC 1982) arithmetic with wraparound add/sub and comparison, no_std."
documentation = "https://docs.rs/serial-uint"
repository = "https://github.com/gnauhtt/serial-uint"
readme = "README.md"
license = "MIT OR Apache-2.0"
keywords = ["serial", "rfc1982", "wraparound", "sequence", "no_std"]
categories = ["no-std", "algorithms", "data-structures"]
[dependencies]