[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"