Open mcuelenaere opened 2 years ago
Previously, Str and Subsequence only accepted &[u8]. This makes it impossible for callers to transfer ownership of the underlying data, eg if they have a Vec that they cannot keep hold of themselves.
Previously, Str and Subsequence only accepted &[u8]. This makes it impossible for callers to transfer ownership of the underlying data, eg if they have a Vec that they cannot keep hold of themselves.