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
The author of ripgrep has started a datetime library called jiff. The author provides a in depth comparison with other datetime libraries here. I figure, jiff might gain popularity quickly and it could be a good improvement for pyo3 to provide an implementation for converting to python datetime objects (as it is available for, e.g., chrono).
The text was updated successfully, but these errors were encountered:
The project is a set of thin(ish) wrappers around several crates.
UPDATE/EDIT:
In my spare time I was able to make almost all the conversions (same repo) -- the conversions use new-type pattern with super thin wrapper structs around the jiff structs to get around the batman-rule (orphan-rule) so it might be a good base for really PR-ing in the jiff-type conversions.
I have little to no tests for the conversions in rust, all my tests are in python.
The author of ripgrep has started a datetime library called jiff. The author provides a in depth comparison with other datetime libraries here. I figure, jiff might gain popularity quickly and it could be a good improvement for pyo3 to provide an implementation for converting to python datetime objects (as it is available for, e.g., chrono).
The text was updated successfully, but these errors were encountered: