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 would like to push the stdlib to implement fmt::Formatter as a trait instead of a struct so that libraries like ours can use (and build off of) a common API, as well as format any object which implements the fmt::Display trait.
This issue is to bring this to your attention and try to work together on it.
Hello, I am the author of the strfmt library.
I would like to push the stdlib to implement
fmt::Formatter
as a trait instead of a struct so that libraries like ours can use (and build off of) a common API, as well as format any object which implements thefmt::Display
trait.This issue is to bring this to your attention and try to work together on it.
vitiral/strfmt#11
The text was updated successfully, but these errors were encountered: