serde_with v1.6.1
Added
- Add new types similar to
DurationSeconds
andTimestampSeconds
but for base units of milliseconds, microseconds, and nanoseconds.
The*WithFrac
variants also exist. - Add
SerializeAs
implementation for references.
Changed
- Release
Sized
trait bound fromAs
,Same
,SerializeAs
, andSerializeAsWrap
.
Only the serialize part is relaxed.