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'd like to write my AST types to hold a Cow<'a, str> so that they may either be borrowed from a parsed string or own the string data. Would this be possible to support in nom_locate alongside the existing support for &str and &[u8]?
The text was updated successfully, but these errors were encountered:
I'd like to write my AST types to hold a
Cow<'a, str>
so that they may either be borrowed from a parsed string or own the string data. Would this be possible to support innom_locate
alongside the existing support for&str
and&[u8]
?The text was updated successfully, but these errors were encountered: