Closed xoloki closed 1 year ago
This change adds serde support to the crate. It updates cargo to include serde as an optional feature, so users who don't need serde will by default not get it. It also adds #derive directives if the serde feature is enabled.
#derive
Thank you!
Thank you for the merge!
This change adds serde support to the crate. It updates cargo to include serde as an optional feature, so users who don't need serde will by default not get it. It also adds
#derive
directives if the serde feature is enabled.