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
{{ message }}
This repository has been archived by the owner on Jul 10, 2023. It is now read-only.
I think we've been limiting the types from std that we support to those that are expected to contain significant heap allocations, like Vec, HashMap, etc., since they involve either making educated guesses or duplicating the internal details of the type. I would not expect the std::time types to fall in that category.
Add support for
std::time
types e.g.Duration
,Instant
.The text was updated successfully, but these errors were encountered: