Skip to content

serde_with v3.10.0

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Oct 18:49
· 38 commits to master since this release
v3.10.0
f1b79f2

Added

  • Add newline separator by @jayvdb (#777)

    The UnixLineSeparator and DosLineSeparator can be used together with StringWithSeparator.

Fixed

  • Proper handling of cfg_attr in the serde_as macro by @sivizius (#782)

    This allows to parse more valid forms of the cfg_attr macro, including multiple values and attribute that do not follow the key = value schema.