Module compact

Source
Expand description

(De)serialize a std::time::Duration in the friendly duration format using compact designators.

Note that these will still deserialize ISO 8601 duration strings. The main feature of this module is that serialization will use the friendly format instead of the ISO 8601 format.

Modulesยง

optional
(De)serialize an optional std::time::Duration in the friendly duration format using compact designators.
required
(De)serialize a required std::time::Duration in the friendly duration format using compact designators.