pyreq-rs 0.1.0

A Rust library to parse python requirements file using nom.
Documentation
  • Coverage
  • 1.6%
    2 out of 125 items documented0 out of 88 items with examples
  • Size
  • Source code size: 61.81 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 5.87 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • sify21/pyreq-rs
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • sify21

About

A parser for python requirement files using nom.

nom includes parsers(functions that take inputs and return IResult), parser generators(general functions that take specific indicating arguments and return a specific parser of one kind), parser combinators(functions that take parsers and return a new combined parser), and some useful testing functions(like is_alphanumeric).