Skip to content

Commit

Permalink
Vendor deprecated/unstable traits from std::num
Browse files Browse the repository at this point in the history
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 serde-rs#74
  • Loading branch information
aturon committed Apr 3, 2015
1 parent 32d1509 commit 03db5c9
Showing 1 changed file with 1,788 additions and 1 deletion.

0 comments on commit 03db5c9

Please sign in to comment.