rust-num / num-derive

Procedural macros to derive numeric traits in Rust
Apache License 2.0
166 stars 24 forks source link

Provide derive for `num_integer::Integer` #43

Open sollyucko opened 3 years ago

sollyucko commented 3 years ago

Would you be okay with adding a derive macro for newtype wrappers of num_integer::Integer, even though it isn't in num_traits? I can create a PR for it if you're interested.

cuviper commented 3 years ago

Sure, I think that's okay.