Crates.io | annotate-snippets |
lib.rs | annotate-snippets |
version | 0.12.0 |
created_at | 2018-04-25 08:08:25.933764+00 |
updated_at | 2025-08-28 18:05:39.464209+00 |
description | Library for building code annotations |
homepage | |
repository | https://github.com/rust-lang/annotate-snippets-rs |
max_upload_size | |
id | 62213 |
size | 274,843 |
annotate-snippets
is a Rust library for annotation of programming code slices.
The library helps visualize meta information annotating source code slices.
It takes a data structure called Snippet
on the input and produces a String
which may look like this:
$ cargo build
$ cargo test
When submitting a PR please use cargo fmt
(nightly).