| Crates.io | winnow-parse-error |
| lib.rs | winnow-parse-error |
| version | 0.1.0 |
| created_at | 2025-05-10 15:28:10.02079+00 |
| updated_at | 2025-05-10 15:28:10.02079+00 |
| description | Shortcut for using annotate-snippets with winnow |
| homepage | https://github.com/adam-gaia/winnow-parse-error |
| repository | https://github.com/adam-gaia/winnow-parse-error |
| max_upload_size | |
| id | 1668468 |
| size | 17,374 |
Shortcut for using annotate-snippets with winnow
In most of my projects using winnow, I like to use annotate-snippets for pretty error messages.
Initially, I stole borrowed the code from winnow's docs.
TODO
This crate is not affilated with winnow. I pulled this into it's own crate because its a pattern I repeat a lot. I'm happy to change the crate name if requested.