| Crates.io | nom_input_aux |
| lib.rs | nom_input_aux |
| version | 0.1.1 |
| created_at | 2021-10-27 22:44:41.493902+00 |
| updated_at | 2021-10-27 22:49:18.590084+00 |
| description | Add support for managing arbitrary data during parsing with nom. |
| homepage | |
| repository | |
| max_upload_size | |
| id | 473335 |
| size | 33,213 |
Carry auxiliary data with the input.
Useful to add limited context sensitivity to your parser.
Motivation: safe handling of recursion depth. https://github.com/Geal/nom/issues/1120