language-reporting

Crates.iolanguage-reporting
lib.rslanguage-reporting
version0.4.0
sourcesrc
created_at2018-11-02 20:41:56.485101
updated_at2019-10-15 19:42:26.941762
descriptionDiagnostic reporting for programming languages
homepagehttps://github.com/wycats/language-reporting
repositoryhttps://github.com/wycats/language-reporting
max_upload_size
id94388
size55,997
Sophia June Turner (sophiajt)

documentation

https://docs.rs/language-reporting

README

codespan-reporting

Build Status Crates.io Docs.rs Gitter

Diagnostic reporting support for the codespan crate.

Running the CLI example

To get an idea of what the colored CLI output looks like with codespan-reporting, clone the repository and run the following:

cargo run -p codespan-reporting --example=emit
cargo run -p codespan-reporting --example=emit -- --color never

You should see something like the following in your terminal:

screenshot

We're still working on the output - stay tuned for updates!

Commit count: 31

cargo fmt