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've meant std::fmt::Write which is now implemented in the contributed PR #33. I will have to check how to proceed with Pattern since it's unstable right now.
From the documentation of
std::string::String
following traits could/should be implemented for ascii strings:FromIterator
Extend
Pattern
(tracked in Implementstd::str::pattern::Pattern
#53)Default
Add
Index
(bothAsciiString
andAsciiStr
)Write
(PR Impl fmt::Write for AsciiString, and add tests #33)AsciiString
The text was updated successfully, but these errors were encountered: