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 a prelude to reduce import noise #1471

Closed
wants to merge 2 commits into from

Conversation

samueltardieu
Copy link

@samueltardieu samueltardieu commented Dec 7, 2021

The idea is to reexport everything but the parsers named as standard types (i8, …) as:

  • nom::prelude::*
  • nom::prelude::complete::*
  • nom::prelude::streaming::*

The only other exception is nom::combinator::complete to avoid a clash.

@Geal Geal added this to the 8.0 milestone Mar 14, 2022
@samueltardieu
Copy link
Author

Obviously this won't ever be merged.

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

Successfully merging this pull request may close these issues.

2 participants