Skip to content

Conversation

@jerry73204
Copy link
Contributor

This PR add a specific trait Zero for B0, U0 and Z0. It resolves the issue #132.

Copy link
Owner

@paholg paholg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey, sorry I have been unresponsive. I did not have the mental energy to look at this repo for a while there.


It looks like you're missing an impl for B0, and would you mind adding an entry to the CHANGELOG? Otherwise, LGTM.

pub trait NonZero {}

/// A **marker trait** to designate that a type is zero. Only `B0`, `U0`, and `Z0`
/// implements this crate.
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typos:

Suggested change
/// implements this crate.
/// implement this trait.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed.

@jerry73204
Copy link
Contributor Author

The PR is now rebased to the master.

Base automatically changed from master to main March 12, 2021 03:55
@paholg
Copy link
Owner

paholg commented Mar 12, 2021

Sorry for the delay; thanks!

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.

2 participants