We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bytes::Bytes
protobuf::Chars
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.
AsRef<_>
I'mma fork and add this small snippet, lemme know what you think?
- Sam.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: