Skip to content

rust-lang/annotate-snippets-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

77050ea · Mar 11, 2024
Mar 1, 2024
Mar 9, 2024
Mar 11, 2024
Mar 11, 2024
Mar 11, 2024
Nov 8, 2023
Nov 9, 2023
Feb 29, 2024
Mar 11, 2024
Mar 11, 2024
May 22, 2018
May 22, 2018
Mar 11, 2024
Nov 9, 2023
Nov 8, 2023
Jan 4, 2024

Repository files navigation

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).