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
It now re-uses to_str_lossy() (which is more efficient than looping
over v.chars() like this did), and no longer allocates in the case
where it was already valid utf-8.
Closes#76
0 commit comments