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

Upcoming breaking changes for input types in nom #87

Open
Geal opened this issue Jan 7, 2023 · 0 comments
Open

Upcoming breaking changes for input types in nom #87

Geal opened this issue Jan 7, 2023 · 0 comments

Comments

@Geal
Copy link

Geal commented Jan 7, 2023

some things will change for input types to simplify them in the next major version:

  • #1610: removing InputIter::iter_indices
  • #1612:
    • removing Slice
    • merging InputIter, InputTakeAtPosition, InputLength and InputTake in the new Input trait
    • adding the new take_from method

There has been no change in their implementation so far, so it's mostly about moving the methods to the new trait

Are there details you would like to change in the input types? For error management?

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