about summary refs log tree commit diff
path: root/src/libstd/std.rc
diff options
context:
space:
mode:
authorgifnksm <makoto.nksm+github@gmail.com>2012-12-15 21:57:15 +0900
committergifnksm <makoto.nksm+github@gmail.com>2012-12-22 15:14:26 +0900
commitccc1f8d5e8f3ed1751c783e875ba318e577cfb56 (patch)
tree1fa4ca41409a32e23e78a4950e86a77222696ba4 /src/libstd/std.rc
parent9bf87bbf66227c132283ae59720f919601de9a56 (diff)
downloadrust-ccc1f8d5e8f3ed1751c783e875ba318e577cfb56.tar.gz
rust-ccc1f8d5e8f3ed1751c783e875ba318e577cfb56.zip
Implement BigInt and BigUint.
Diffstat (limited to 'src/libstd/std.rc')
-rw-r--r--src/libstd/std.rc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libstd/std.rc b/src/libstd/std.rc
index eb3a7410828..4820068098f 100644
--- a/src/libstd/std.rc
+++ b/src/libstd/std.rc
@@ -98,6 +98,8 @@ pub mod cmp;
 pub mod base64;
 pub mod rl;
 pub mod workcache;
+pub mod bigint;
+pub mod biguint;
 
 #[cfg(unicode)]
 mod unicode;