You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unfortunately no update yet. However, recently I made some progress for the std Duration (for example here). That should translate mostly to the chrono types too
104: Add support for chrono::Duration r=jonasbb a=jonasbb
Part of #56
105: readme: fix a typo r=jonasbb a=mathstuf
Co-authored-by: Jonas Bushart <jonas@bushart.org>
Co-authored-by: Ben Boeckel <mathstuf@users.noreply.github.com>
The latests version (1.5.0-alpha.2) can convert Durations into seconds, e.g., serde_with::DurationSeconds.
This will likely get extended for milliseconds and similar. Then for both std::time::Duration and chrono::Duration.
Similar issue exists here: chronotope/chrono#117
The text was updated successfully, but these errors were encountered: