#deserialize #serde #serialization #macro-derive

macro eserde_derive

A derive macro for the eserde crate

3 releases

new 0.1.2 Feb 14, 2025
0.1.1 Feb 13, 2025
0.1.0 Feb 13, 2025

#166 in #deserialization

Download history 357/week @ 2025-02-11

357 downloads per month
Used in 2 crates (via eserde)

Apache-2.0 OR MIT

35KB
754 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