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
This would be a very small non-breaking ergonomic improvement: it would be nice if the input types were AsRef<str>, which would let the function transparently accept both String and &str.
If this is interesting to you I'd be happy to PR.
The text was updated successfully, but these errors were encountered:
This would be a very small non-breaking ergonomic improvement: it would be nice if the input types were
AsRef<str>
, which would let the function transparently accept bothString
and&str
.If this is interesting to you I'd be happy to PR.
The text was updated successfully, but these errors were encountered: