time crate for date feature #221
Cyrix126
started this conversation in
Show and tell
Replies: 1 comment
-
makes sense, I'd happily accept the PR! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I made a fork for the feature date using the time crate instead of chrono.
https://github.com/Cyrix126/inquire-time
Everything seems to work in practice, even if I still need to convert the tests from chrono to time.
I was wondering, if I rework this fork to make new features "time" and "chrono", like you can choose different backends for terminal (termion, console, crossterm), if you would accept a pull request to add this features. chrono would still be the default.
My objective was to not add a new dep for my projects, as I am using time already.
Beta Was this translation helpful? Give feedback.
All reactions