tree: 8388c32b5934d3c0002605b6b6bf8b13d44217b9 [path history] [tgz]
  1. benches/
  2. examples/
  3. src/
  4. tests/
  5. .cargo-checksum.json
  6. Cargo.lock
  7. Cargo.toml
  8. CHANGELOG.md
  9. committed.toml
  10. deny.toml
  11. LICENSE-APACHE
  12. LICENSE-MIT
  13. README.md
  14. release.toml
vendor/annotate-snippets-0.11.4/README.md

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