Merge pull request #1263 from serde-rs/integer128

Add Serde impls for i128 and u128
This commit is contained in:
David Tolnay
2018-05-25 16:03:08 -07:00
committed by GitHub
13 changed files with 504 additions and 80 deletions
+3
View File
@@ -219,6 +219,9 @@ mod lib {
#[macro_use]
mod macros;
#[macro_use]
mod integer128;
pub mod de;
pub mod ser;