Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rust-lang/annotate-snippets-rs
Library for snippet annotations
https://github.com/rust-lang/annotate-snippets-rs
annotator ascii library parser-library
Last synced: about 1 month ago
JSON representation
Library for snippet annotations
- Host: GitHub
- URL: https://github.com/rust-lang/annotate-snippets-rs
- Owner: rust-lang
- License: apache-2.0
- Created: 2018-03-12T22:16:03.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-09-09T15:28:00.000Z (2 months ago)
- Last Synced: 2024-09-29T22:42:14.377Z (about 1 month ago)
- Topics: annotator, ascii, library, parser-library
- Language: Rust
- Size: 537 KB
- Stars: 264
- Watchers: 22
- Forks: 31
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# annotate-snippets
`annotate-snippets` is a Rust library for annotation of programming code slices.
[![crates.io](https://img.shields.io/crates/v/annotate-snippets.svg)](https://crates.io/crates/annotate-snippets)
[![documentation](https://img.shields.io/badge/docs-master-blue.svg)][Documentation]
![build status](https://github.com/rust-lang/annotate-snippets-rs/actions/workflows/ci.yml/badge.svg)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](./examples/expected_type.svg)
Local Development
-----------------cargo build
cargo testWhen submitting a PR please use [`cargo fmt`][] (nightly).
[`cargo fmt`]: https://github.com/rust-lang/rustfmt
[Documentation]: https://docs.rs/annotate-snippets/