7 releases
new 0.1.6 | Mar 12, 2025 |
---|---|
0.1.5 | Mar 5, 2025 |
0.1.2 | Feb 14, 2025 |
#212 in #deserialization
997 downloads per month
Used in 3 crates
(via eserde)
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