[package] name = "checked_clamp" version = "0.1.0" edition = "2021" license = "MIT OR Apache-2.0" authors = ["Ygor Souza "] description = "Clamp alternative that returns a result instead of panicking" categories = ["rust-patterns", "no-std", "no-std::no-alloc"] keywords = ["clamp", "checked", "no-panic"] readme = "README.md" homepage = "https://gitlab.com/ygor.souza/checked_clamp" repository = "https://gitlab.com/ygor.souza/checked_clamp" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [features] std = []