|
3 | 3 | `annotate-snippets` is a Rust library for annotation of programming code slices.
|
4 | 4 |
|
5 | 5 | [](https://crates.io/crates/annotate-snippets)
|
6 | | -[](https://travis-ci.org/zbraniecki/annotate-snippets-rs) |
7 | | -[](https://coveralls.io/github/zbraniecki/annotate-snippets-rs?branch=master) |
| 6 | +[](https://travis-ci.org/rust-lang/annotate-snippets-rs) |
| 7 | +[](https://coveralls.io/github/rust-lang/annotate-snippets-rs?branch=master) |
8 | 8 |
|
9 | 9 | The library helps visualize meta information annotating source code slices.
|
10 | 10 | It takes a data structure called `Snippet` on the input and produces a `String`
|
|
0 commit comments