mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-04-27 06:27:56 +00:00
Merge pull request #1263 from serde-rs/integer128
Add Serde impls for i128 and u128
This commit is contained in:
@@ -219,6 +219,9 @@ mod lib {
|
||||
#[macro_use]
|
||||
mod macros;
|
||||
|
||||
#[macro_use]
|
||||
mod integer128;
|
||||
|
||||
pub mod de;
|
||||
pub mod ser;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user