Provide an alternatives to &str
for other encodings and potentially malformed strings
#57
Labels
&str
for other encodings and potentially malformed strings
#57
We should support UTF-16 strings an also provide a
MaybeValidStr
for situations where the string may not decode properly. Right now, we just panic if the string is not UTF-8 encoded.The text was updated successfully, but these errors were encountered: