Skip to content

serde_with_macros v1.4.2

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Jun 19:20
115de87

Fixed

  • Describe how the serde_as macro works on a high level.
  • The derive macros SerializeDisplay and DeserializeFromStr were relying on the prelude where they were used.
    Properly name all types and traits required for the expanded code to work.
    The tests were improved to be better able to catch such problems.