zesterer / ariadne

A fancy diagnostics & error reporting crate
https://crates.io/crates/ariadne
MIT License
1.74k stars 76 forks source link

support byte spans #57

Closed herkhinah closed 1 year ago

herkhinah commented 1 year ago

Currently spans in ariadne reference characters and not bytes. Because converting between char indices and byte indices can be cumbersome it would be nice if both variants would be supported.

zesterer commented 1 year ago

See #8