-
-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
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
defmt impls for time #763
Comments
Maybe, but there's an almost unlimited number of third-party types we could special case. Also, most embedded projects seem to use https://docs.rs/chrono/0.4.26/chrono/ and not time. |
I agree that there is a potentially unbound number. But I also think that either us or them should implement it, so users can use these types easily with Long story short, I'd be okay with accepting a PR to add |
There is chronotope/chrono#1632 to implement |
I still think this should be done on |
Yeah, but if chrono or time make breaking change bumps, we have to implement the traits for all common versions, which gets messy. We're just about to commit to never doing a major version bump, so it's cleaner for them to implement our trait. And DJC said he would once we hit 1.0. |
Also if we implement it on the |
It makes sense to have implementations for
time
crate primitives.The text was updated successfully, but these errors were encountered: