pyreq-rs

Crates.iopyreq-rs
lib.rspyreq-rs
version0.1.0
sourcesrc
created_at2023-03-23 17:52:26.763237
updated_at2023-03-23 17:52:26.763237
descriptionA Rust library to parse python requirements file using nom.
homepage
repositoryhttps://github.com/sify21/pyreq-rs
max_upload_size
id818595
size61,490
(sify21)

documentation

README

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).

Commit count: 16

cargo fmt