Skip to content

Commit

Permalink
feat: add doc to serialize_int
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Franceschino committed Jul 4, 2024
1 parent fda471f commit 9175de2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions frontend/exporter/src/types/serialize_int.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
//! This module provides serde manual serializes/deserializers as
//! strings for u128 and i128: those types are not well supported in
//! serde (see https://github.com/serde-rs/json/issues/625).

use serde::{de::Visitor, ser::Serialize, Deserializer, Serializer};

pub mod unsigned {
Expand Down

0 comments on commit 9175de2

Please sign in to comment.