Skip to content

Conversation

@ickk
Copy link

@ickk ickk commented Nov 5, 2025

closes #22

I think this should be a non-breaking change since there are type-aliases to all the existing names, i.e.

pub type NonMaxU8 = NonMax<u8>;

Might be possible to put some of the methods directly on the generic struct rather than the individual types but that's probably a larger change.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Generic NonMax<T>, like new std::num::NonZero

1 participant