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

Vendor deprecated/unstable traits from std::num #75

Merged
merged 1 commit into from
Apr 3, 2015

Conversation

aturon
Copy link
Contributor

@aturon aturon commented Apr 3, 2015

This commit brings in a load of unstable and/or deprecated traits from
the std::num module. These traits provide for some degree of generic
programming over numeric types. They are not stable in std mostly
because we want more time to iterate on their design. Moving them to the
num crate allows existing code to keep using this functionality as we
do so.

r? @alexcrichton

Closes #74

This commit brings in a load of unstable and/or deprecated traits from
the `std::num` module. These traits provide for some degree of generic
programming over numeric types. They are not stable in `std` mostly
because we want more time to iterate on their design. Moving them to the
`num` crate allows existing code to keep using this functionality as we
do so.

Closes rust-num#74
@alexcrichton
Copy link
Contributor

Nice!

alexcrichton added a commit that referenced this pull request Apr 3, 2015
Vendor deprecated/unstable traits from std::num
@alexcrichton alexcrichton merged commit 1579bf6 into rust-num:master Apr 3, 2015
remexre pushed a commit to remexre/num that referenced this pull request Jun 1, 2017
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.

Will std::num::Float be moved here?
2 participants