nom_input_aux 0.1.1

Add support for managing arbitrary data during parsing with nom.
Documentation
  • Coverage
  • 33.33%
    6 out of 18 items documented0 out of 9 items with examples
  • Size
  • Source code size: 32.74 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.78 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • kandykoma

nom_input_aux

Carry auxiliary data with the input.

Useful to add limited context sensitivity to your parser.

Motivation: safe handling of recursion depth. https://github.com/Geal/nom/issues/1120