serial-uint 0.1.1

Generic serial number (RFC 1982) arithmetic with wraparound add/sub and comparison, no_std.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[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]