winnow-rs / winnow

Making parsing a breeze
https://docs.rs/winnow
Other
572 stars 44 forks source link

Note that winnow doesn't provide byte-to-line-number conversions #332

Closed 9999years closed 1 year ago

9999years commented 1 year ago

Follow-up from https://github.com/winnow-rs/winnow/discussions/330 to document the fact that winnow considers converting from span byte offsets to line numbers out of scope.

epage commented 1 year ago

Thanks!