feat(impls): Add impls for num::{BigInt,BigUint,Complex,Ratio}

This commit is contained in:
Erick Tryzelaar
2015-12-01 09:03:08 -08:00
parent f3f098e7f5
commit 1a8a11e924
10 changed files with 201 additions and 4 deletions
+1
View File
@@ -1,3 +1,4 @@
extern crate num;
extern crate serde;
include!(concat!(env!("OUT_DIR"), "/test.rs"));