#deserialize #serde #serialization #macro-derive

macro eserde_derive

A derive macro for the eserde crate

7 releases

new 0.1.6 Mar 12, 2025
0.1.5 Mar 5, 2025
0.1.2 Feb 14, 2025

#212 in #deserialization

Download history 354/week @ 2025-02-12 102/week @ 2025-02-19 222/week @ 2025-02-26 319/week @ 2025-03-05

997 downloads per month
Used in 3 crates (via eserde)

Apache-2.0 OR MIT

42KB
840 lines

The eserde_derive crate provides procedural macros for deriving the EDeserialize trait from the eserde crate.

You most likely don't want to use eserde_derive directly. Instead, use the eserde crate's Deserialize derive macro, which will automatically use the correct version of eserde_derive under the hood.

Dependencies

~1–1.5MB
~29K SLoC