Fixed
- Fix
JsonSchemaAsofSetPreventDuplicatesandSetLastValueWins. (#906, #907)
Unclaimed project
Are you a maintainer of serde_with? Claim this project to take control of your public changelog and roadmap.
Changelog
This crate provides custom de/serialization helpers to use in combination with serde's `with`-annotation and with the improved `serde_as`-annotation.
JsonSchemaAs of SetPreventDuplicates and SetLastValueWins. (#906, #907)smallvec v1 under the smallvec_1 feature flag by @isharma228 (#895)JsonSchemaAs implementation for json::JsonString by @yogevm15 (#901)serde_core.Added error inspection to VecSkipError and MapSkipError by @michelhe (#878)
This allows interacting with the previously hidden error, for example for logging.
Checkout the newly added example to both types.
Allow documenting the types generated by serde_conv!.
The serde_conv! macro now acceps outer attributes before the optional visibility modifier.
This all...