non0 0.1.0

Compile-time checked non-zero integers with type inference and first-class `const` support.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies.zerocopy]
default-features = false
version = "0.7.32"

[package]
categories = ["rust-patterns", "no-std::no-alloc", "no-std", "mathematics", "data-structures"]
description = "Compile-time checked non-zero integers with type inference and first-class `const` support."
documentation = "https://docs.rs/non0"
edition = "2021"
homepage = "https://crates.io/crates/non0"
license = "MIT OR Apache-2.0"
name = "non0"
readme = "README.md"
repository = "https://github.com/aatifsyed/non0"
version = "0.1.0"