Skip to content

serde_with v1.6.1

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Jan 20:15
765fb8e

Added

  • Add new types similar to DurationSeconds and TimestampSeconds but for base units of milliseconds, microseconds, and nanoseconds.
    The *WithFrac variants also exist.
  • Add SerializeAs implementation for references.

Changed

  • Release Sized trait bound from As, Same, SerializeAs, and SerializeAsWrap.
    Only the serialize part is relaxed.