[features]
std = []
[package]
authors = ["Ygor Souza <ygor.souza@protonmail.com>"]
categories = ["rust-patterns", "no-std", "no-std::no-alloc"]
description = "Clamp alternative that returns a result instead of panicking"
edition = "2021"
homepage = "https://gitlab.com/ygor.souza/checked_clamp"
keywords = ["clamp", "checked", "no-panic"]
license = "MIT OR Apache-2.0"
name = "checked_clamp"
readme = "README.md"
repository = "https://gitlab.com/ygor.souza/checked_clamp"
resolver = "2"
version = "0.1.0"