serde_with v3.5.0
Added
- Support for
schemars
integration added by @swlynch99 (#666)
The support uses a newSchema
top-level item which implementsJsonSchema
Theserde_as
macro can now detectschemars
usage and emits matching annotations for all fields withserde_as
attribute.
Many types of this crate come already with support for theschemars
, but support is not complete and will be extended over time.