Crates.io | annotate-snippets |
lib.rs | annotate-snippets |
version | |
source | src |
created_at | 2018-04-25 08:08:25.933764 |
updated_at | 2024-12-09 18:20:38.578848 |
description | Library for building code annotations |
homepage | |
repository | https://github.com/rust-lang/annotate-snippets-rs |
max_upload_size | |
id | 62213 |
Cargo.toml error: | TOML parse error at line 28, column 1 | 28 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
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).