Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Bounded, ToPrimitive, NumCast, FromPrimitive for NonZero* #334

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Commits on Sep 17, 2024

  1. Implement Bounded for NonZero*

    acrrd committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    22ce2dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b9af3d View commit details
    Browse the repository at this point in the history
  3. Implement NumCast for NonZero*

    acrrd committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    397037d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    acb1a26 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Remove cfg from macros

    acrrd committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    542884d View commit details
    Browse the repository at this point in the history
  2. Use to_f* in ToPrimitive impl

    acrrd committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    d4e5b0a View commit details
    Browse the repository at this point in the history
  3. Remove #[allow(deprecated)]

    acrrd committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    b43a252 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2ce0fb6 View commit details
    Browse the repository at this point in the history