You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
implement ZeroableOption macro for NonZero* integer types
add a macro for implementing `ZeroableOption` for `NonZero*` integer
types instead of using `Option<T>` wrapper, which was previously
implemented for each `NonZero` type individually inside the
`impl_zeroable` macro.
Link: #95
Signed-off-by: Hamdan-Khan <hamdankhan212@gmail.com>
0 commit comments