rslint_errors 0.2.0

Pretty error reporting library based on codespan-reporting built for the RSLint project
Documentation
1
2
3
4
5
6
7
# emitter backend

This folder contains the emitter and renderer for rslint_errors. The emitter is essentially
codespan-reporting but with some hacks here and there to get it to display custom things for us and act as a module
and not a standalone crate.

**All credit goes to the authors of [codespan](https://github.com/brendanzab/codespan)**