lim 0.1.0

A generic bounded value type for Rust featuring safe clamping, exclusive/inclusive bounds, and thiserror integration.
Documentation
1
2
3
4
5
6
7
8
9
10
11
[package]

name = "lim"

version = "0.1.0"

edition = "2024"

description = "A generic bounded value type for Rust featuring safe clamping, exclusive/inclusive bounds, and thiserror integration."

license = "MIT"

repository = "https://github.com/Underline-1024/lim"



[dependencies]

serde = { version = "1.0.229", features = ["derive"] }

thiserror = "2.0.19"