PyO3 / pyo3

Rust bindings for the Python interpreter
https://pyo3.rs
Apache License 2.0
12.3k stars 758 forks source link

Add conversion support for the jiff datetime library #4510

Open rumpelsepp opened 2 months ago

rumpelsepp commented 2 months ago

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).

bschoenmaeckers commented 2 months ago

Sounds like a great exercise. I maybe take a stab at this next week.