Documentation
[dependencies]

[lib]
name = "ranch"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["no-std", "no-std::no-alloc", "mathematics", "rust-patterns"]
description = "Ranged integers"
documentation = "https://docs.rs/ranch"
edition = "2024"
homepage = "https://github.com/AldaronLau/ranch/releases"
include = ["/LICENSE_APACHE", "/LICENSE_BOOST", "/LICENSE_MIT", "/README.md", "/src/*", "/examples/*"]
keywords = ["ranged", "int", "const", "generics", "integers"]
license = "Apache-2.0 OR BSL-1.0 OR MIT"
name = "ranch"
readme = "README.md"
repository = "https://github.com/AldaronLau/ranch"
rust-version = "1.85"
version = "0.1.0"