rust/src/libnum
Aaron Turon 2ff07af996 Deprecate libnum in favor of rust-lang/num
This is part of the migration of crates into the Cargo ecosystem. There
is now an external repository https://github.com/rust-lang/num for bignums.

The single use of libnum elsewhere in the repository is for a shootout
benchmark, which is being moved into the external crate.

Due to deprecation, this is a:

[breaking-change]
2014-09-16 11:29:29 -07:00
..
bigint.rs Remove some test warnings. 2014-09-09 11:32:58 +02:00
complex.rs complex: use ///... instead of /**...*/ for comment 2014-08-29 13:39:25 -04:00
integer.rs Rename Integer trait divides to is_multiple_of. 2014-07-29 15:43:52 -07:00
lib.rs Deprecate libnum in favor of rust-lang/num 2014-09-16 11:29:29 -07:00
rational.rs auto merge of #16775 : jbcrail/rust/fix-rational-docs, r=pcwalton 2014-09-05 15:46:29 +00:00