Lines Matching +full:linkcheck +full:- +full:docs
1 # codespan-reporting
3 [![Continuous integration][actions-badge]][actions-url]
4 [![Crates.io][crate-badge]][crate-url]
5 [![Docs.rs][docs-badge]][docs-url]
6 [![Matrix][matrix-badge]][matrix-lobby]
8 [actions-badge]: https://img.shields.io/github/workflow/status/brendanzab/codespan/Continuous%20int…
9 [actions-url]: https://github.com/brendanzab/codespan/actions
10 [crate-url]: https://crates.io/crates/codespan-reporting
11 [crate-badge]: https://img.shields.io/crates/v/codespan-reporting.svg
12 [docs-url]: https://docs.rs/codespan-reporting
13 [docs-badge]: https://docs.rs/codespan-reporting/badge.svg
14 [matrix-badge]: https://img.shields.io/badge/matrix-%23codespan%3Amatrix.org-blue.svg
15 [matrix-lobby]: https://app.element.io/#/room/#codespan:matrix.org
17 Beautiful diagnostic reporting for text-based programming languages.
19 
23 languages! The `codespan-reporting` crate aims to make beautiful error
39 // `codespan-reporting` quickly! More complicated use cases can be supported
69 // application, and then converting that to `codespan-reporting`'s diagnostic
106 cargo run --example term
109 More examples of using `codespan-reporting` can be found in the
110 [examples directory](./codespan-reporting/examples).
112 ## Projects using codespan-reporting
114 `codespan-reporting` is currently used in the following projects:
116 - [Arret](https://arret-lang.org)
117 - [cargo-deny](https://github.com/EmbarkStudios/cargo-deny)
118 - [CXX](https://github.com/dtolnay/cxx)
119 - [Gleam](https://github.com/lpil/gleam/)
120 - [Gluon](https://github.com/gluon-lang/gluon)
121 - [MDBook LinkCheck](https://github.com/Michael-F-Bryan/mdbook-linkcheck)
122 - [Nushell](https://www.nushell.sh/)
123 - [Pikelet](https://github.com/pikelet-lang/pikelet)
125 ## Alternatives to codespan-reporting
127 There are a number of alternatives to `codespan-reporting`, including:
129 - [annotate-snippets][annotate-snippets]
130 - [codemap][codemap]
131 - [language-reporting][language-reporting] (a fork of codespan)
135 [annotate-snippets]: https://crates.io/crates/annotate-snippets
137 [language-reporting]: https://crates.io/crates/language-reporting
138 [librustc_errors]: https://github.com/rust-lang/rust/tree/master/compiler/rustc_errors/src
142 A guide to contributing to codespan-reporting [can be found here](/CONTRIBUTING.md).