annotate-snippets

Crates.ioannotate-snippets
lib.rsannotate-snippets
version0.11.4
sourcesrc
created_at2018-04-25 08:08:25.933764
updated_at2024-06-15 00:30:17.575146
descriptionLibrary for building code annotations
homepage
repositoryhttps://github.com/rust-lang/annotate-snippets-rs
max_upload_size
id62213
size212,787
Scott Schafer (Muscraft)

documentation

README

annotate-snippets

annotate-snippets is a Rust library for annotation of programming code slices.

crates.io documentation build status

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:

Screenshot

Local Development

cargo build
cargo test

When submitting a PR please use cargo fmt (nightly).

Commit count: 325

cargo fmt