| Crates.io | language-reporting |
| lib.rs | language-reporting |
| version | 0.4.0 |
| created_at | 2018-11-02 20:41:56.485101+00 |
| updated_at | 2019-10-15 19:42:26.941762+00 |
| description | Diagnostic reporting for programming languages |
| homepage | https://github.com/wycats/language-reporting |
| repository | https://github.com/wycats/language-reporting |
| max_upload_size | |
| id | 94388 |
| size | 55,997 |
Diagnostic reporting support for the codespan crate.
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:

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