mirror of
https://git.proxmox.com/git/rustc
synced 2026-02-05 01:33:50 +00:00
| .. | ||
| examples | ||
| src | ||
| tests | ||
| .cargo-checksum.json | ||
| Cargo.lock | ||
| Cargo.toml | ||
| README.md | ||
codespan-reporting
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=term
cargo run -p codespan-reporting --example=term -- --color never
You should see something like the following in your terminal:
We're still working on the output - stay tuned for updates!
