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 a
FileTime
. - rfc_
2822 serde-human-readable
- Use the well-known RFC 2822 format when serializing and deserializing a
FileTime
. - rfc_
3339 serde-human-readable
- Use the well-known RFC 3339 format when serializing and deserializing a
FileTime
. - unix_
time - Use Unix time when serializing and deserializing a
FileTime
.