Open
Description
Describe your feature request
regex::bytes::Regex can search &[u8]
haystacks that are not necessarily well-formed UTF-8. This is great for text-based file formats that predate Unicode and hand-wave encodings as a platform detail.
Could the regex-lite
crate have a similar feature? As far as I can tell it doesn’t in 0.1.5
Activity