[go: up one dir, main page]

deranged 0.1.0

Ranged integers
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.deranged-macros]
version = "=0.1.0"

[package]
authors = ["Jacob Pratt <jacob@jhpratt.dev>"]
description = "Ranged integers"
edition = "2018"
keywords = ["integer", "int", "range"]
license = "MIT OR Apache-2.0"
name = "deranged"
readme = "README.md"
repository = "https://github.com/jhpratt/deranged"
version = "0.1.0"
[package.metadata.docs.rs]
all-features = true
targets = ["x86_64-unknown-linux-gnu"]