beetle-nonzero 0.3.16

Combines the std `NonZero` structs into one struct
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "autocfg"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"

[[package]]
name = "beetle-nonzero"
version = "0.3.16"
dependencies = [
 "default-impl",
 "num-traits",
]

[[package]]
name = "default-impl"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "27fbe7eb47806ff60f5ceda913bc53db3dcb6fad1c521dfa37e7f61bdf86e411"

[[package]]
name = "num-traits"
version = "0.2.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
dependencies = [
 "autocfg",
]