| Crates.io | pyreq-rs |
| lib.rs | pyreq-rs |
| version | 0.1.0 |
| created_at | 2023-03-23 17:52:26.763237+00 |
| updated_at | 2023-03-23 17:52:26.763237+00 |
| description | A Rust library to parse python requirements file using nom. |
| homepage | |
| repository | https://github.com/sify21/pyreq-rs |
| max_upload_size | |
| id | 818595 |
| size | 61,490 |
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).