Skip to content
New issue

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

add ability to parse substrings #185

Open
johnynek opened this issue Mar 22, 2021 · 0 comments
Open

add ability to parse substrings #185

johnynek opened this issue Mar 22, 2021 · 0 comments

Comments

@johnynek
Copy link
Collaborator

Currently, we can only parse from entire strings. It would be nice to be able to parse a string at a given offset and only up to a given length.

This would allow you to parse the inside of a string that might be provided by another process without having to copy.

Should be as simple as updating State.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant