[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"