Open SamHDev opened 7 months ago
For my current task, I want to slice the underlying bytes of protobuf::Chars from a regex capture group. This seems impossible with the current API.
protobuf::Chars
If this was to be implemented an AsRef<_> would likely be the best way to implement this.
AsRef<_>
I'mma fork and add this small snippet, lemme know what you think?
- Sam.
For my current task, I want to slice the underlying bytes of
protobuf::Chars
from a regex capture group. This seems impossible with the current API.If this was to be implemented an
AsRef<_>
would likely be the best way to implement this.I'mma fork and add this small snippet, lemme know what you think?
- Sam.