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
I'd rather not. The only reason the types from time are reexported in the first place is give them predictable paths for the macros since crates can be renamed.
Would it make sense to re-export the well_known formats from time?
https://docs.rs/time/0.3.9/time/format_description/well_known/index.html
That way formatting a OffsetDateTime could be
.format(&Rfc3339)
instead of having to spell it out all together.The text was updated successfully, but these errors were encountered: