Skip to content

Improved `SystemTime` performance and `SystemTimeExt` for Std type conversions

Compare
Choose a tag to compare
@daxpedda daxpedda released this 24 Dec 19:52
· 38 commits to main since this release
e8f0aac

Added

  • Added web module containing a platform-specific extension trait to
    SystemTime, allowing conversion from and to std::time::SystemTime.

Changed

  • Improve performance of SystemTime by using Duration internally.