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
Hey! As someone who is not familiar with the domain, I am having a hard time deciding whether I should use chrono or time-rs. It would help a lot if the docs explained what’s the difference between the two:)
The text was updated successfully, but these errors were encountered:
This can definitely be done at some point. I am biased, of course, but can try to provide a list of pros and cons of each.
Just off the top of my head (I'm on mobile), chrono has a significantly lower MSRV if that is of concern to you; time guarantees six months' compatibility. Time, however, has macros to generate statically known values in addition to having just about everything be const fn within compiler limitations. Time 0.3 will also have significantly different parsing and formatting (the latter of which is complete).
Like I said, though, I'll try and give a better overview at some point. Timing it up with the upcoming v0.3 release seems reasonable; parsing and saturating arithmetic (maybe, I have conflicting thoughts) are the only major points left before an alpha release.
Hey! As someone who is not familiar with the domain, I am having a hard time deciding whether I should use chrono or time-rs. It would help a lot if the docs explained what’s the difference between the two:)
The text was updated successfully, but these errors were encountered: