Move std::num::Integer to libnum
This commit is contained in:
parent
2fa7d6b44f
commit
3a9eca3a7b
12 changed files with 439 additions and 421 deletions
|
@ -49,7 +49,7 @@ pub use hash::Hash;
|
|||
pub use iter::{FromIterator, Extendable};
|
||||
pub use iter::{Iterator, DoubleEndedIterator, RandomAccessIterator, CloneableIterator};
|
||||
pub use iter::{OrdIterator, MutableDoubleEndedIterator, ExactSize};
|
||||
pub use num::{Integer, Num, NumCast, CheckedAdd, CheckedSub, CheckedMul};
|
||||
pub use num::{Num, NumCast, CheckedAdd, CheckedSub, CheckedMul};
|
||||
pub use num::{Signed, Unsigned, Round};
|
||||
pub use num::{Primitive, Int, Float, ToStrRadix, ToPrimitive, FromPrimitive};
|
||||
pub use path::{GenericPath, Path, PosixPath, WindowsPath};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue