jpar 0.1.0

A text-oriented, zero-copy, parser combinators library
Documentation
  • Coverage
  • 82.73%
    91 out of 110 items documented0 out of 0 items with examples
  • Size
  • Source code size: 152.07 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 10.44 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 13s Average build duration of successful builds.
  • all releases: 13s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • juliotpaez/jpar
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • juliotpaez

jPar

A Rust library for parsing text inputs.

This library is a copy of nom but using a different approach for the inputs.

⚠️ This library is slower than nom, take a look at its approach and if you find it difficult or need an input that depends on context information try using jPar.