Add a macro conditional on integer128 support

This commit is contained in:
David Tolnay
2018-05-19 15:13:13 -07:00
parent 922fadf7e3
commit 5510f758f8
2 changed files with 18 additions and 0 deletions
+3
View File
@@ -222,6 +222,9 @@ mod lib {
#[macro_use]
mod macros;
#[macro_use]
mod integer128;
pub mod de;
pub mod ser;