We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pretty much title.
Can we add support for the jiff crate as an alternative to chrono and/or time?
jiff
chrono
time
I can try to fork the repository and do try to do it myself, I have however no test database to run tests on.
How can I be helpful? Does implementing such support boil down to creating a src/tds/time/jiff.rs akin to the chrono.rs and time.rs implementations?
src/tds/time/jiff.rs
chrono.rs
time.rs
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Pretty much title.
Can we add support for the
jiff
crate as an alternative tochrono
and/ortime
?I can try to fork the repository and do try to do it myself, I have however no test database to run tests on.
How can I be helpful?
Does implementing such support boil down to creating a
src/tds/time/jiff.rs
akin to thechrono.rs
andtime.rs
implementations?The text was updated successfully, but these errors were encountered: