nom icon indicating copy to clipboard operation
nom copied to clipboard

Add a prelude to reduce import noise

Open samueltardieu opened this issue 2 years ago • 0 comments

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.

samueltardieu avatar Dec 07 '21 14:12 samueltardieu