Hi all,
I just released the 0.1 version of a crate designed to provide rustc-like snippet annotations.
The crate is intended to cover all functionality currently provided by the rustc display errors with hopes that eventually it’ll be able to be used instead.
Without waiting for that, the crate may come useful for anyone working on parsers and wishing to display the parser’s errors in to the user.
I’m seeking feedback on the code, programming patterns used, rust-paradigms, and features needed to make it a viable replacement for rustc error display internal code.
Thanks,
zb.