nom-language 0.1.0

Language parsing focused combinators for the nom parser library
Documentation
  • Coverage
  • 95.83%
    23 out of 24 items documented2 out of 12 items with examples
  • Size
  • Source code size: 27.58 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 3.96 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 23s Average build duration of successful builds.
  • all releases: 21s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • rust-bakery/nom
    10327 839 237
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • Geal

Langage parsing combinators for the nom parser combinators library

nom is a parser combinator library with a focus on safe parsing, streaming patterns, and zero copy. While nom provides general purpose combinators, this crate is targeted at language parsing.