[dev-dependencies.trybuild]
version = "1.0"
[lib]
name = "non_zero"
path = "src/lib.rs"
[package]
authors = ["SLUCHABLUB"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["rust-patterns", "mathematics", "no-std"]
description = "A macro for creating constant non-zero integers (with type inference)."
edition = "2024"
keywords = ["non-zero", "nonzero"]
license = "MIT"
name = "non-zero"
readme = "README.md"
repository = "https://github.com/SLUCHABLUB/non-zero"
version = "0.1.0"
[[test]]
name = "ui"
path = "tests/ui.rs"
[[test]]
name = "ui_should_panic"
path = "tests/ui_should_panic.rs"
[[test]]
name = "unit"
path = "tests/unit.rs"