Skip to content

Commit

Permalink
Merge pull request #100 from csasarak/show-byte-deserialization
Browse files Browse the repository at this point in the history
Add an example of byte deserialization
  • Loading branch information
bryanburgers authored Apr 1, 2024
2 parents b883460 + bf84c7e commit 3652c19
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@
//! id: UserId,
//! name: String,
//! age: u8,
//! #[serde(with = "serde_bytes")]
//! public_key: Vec<u8>
//! }
//! ```
//!
Expand Down

0 comments on commit 3652c19

Please sign in to comment.