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
We're considering copying the shorthand of the tracing crate, starting roughly here: #328 (comment). For example log::as_display(value) would be written as ?value. Would something like that work for you?
We're considering copying the shorthand of the tracing crate, starting roughly here: #328 (comment). For example log::as_display(value) would be written as ?value. Would something like that work for you?
Very good, thank you. I just saw that the log has a lot of formatting macros, such as serde and sval.
Just give
as_*!
add a grammar sugar. For example:also can be written:
For
as_debug
,as_display
and others:The text was updated successfully, but these errors were encountered: