Skip to content

serde_with v3.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Jan 23:59
· 168 commits to master since this release
v3.5.0
6ecde3c

Added

  • Support for schemars integration added by @swlynch99 (#666)
    The support uses a new Schema top-level item which implements JsonSchema
    The serde_as macro can now detect schemars usage and emits matching annotations for all fields with serde_as attribute.
    Many types of this crate come already with support for the schemars, but support is not complete and will be extended over time.