Hey there, huge fan of the num_traits crate. I just needed traits to represent generic non-zero integer types (as opposed to the concrete core::num::NonZeroU8 type), and figured this might be a good fit for this crate! In the meantime I made https://crates.io/crates/nonzero_ext, but would love to just fold it into this one (:
Happy to make the PR to add these! If you are interested, let me know!
Hey there, huge fan of the
num_traits
crate. I just needed traits to represent generic non-zero integer types (as opposed to the concretecore::num::NonZeroU8
type), and figured this might be a good fit for this crate! In the meantime I made https://crates.io/crates/nonzero_ext, but would love to just fold it into this one (:Happy to make the PR to add these! If you are interested, let me know!