Available on crate feature
serde
only.Expand description
Differential formats for Serde.
Modulesยง
- iso_
8601 serde-human-readable
Use the well-known ISO 8601 format when serializing and deserializing aFileTime
. - rfc_
2822 serde-human-readable
Use the well-known RFC 2822 format when serializing and deserializing aFileTime
. - rfc_
3339 serde-human-readable
Use the well-known RFC 3339 format when serializing and deserializing aFileTime
.