annotate-snippets-rs icon indicating copy to clipboard operation
annotate-snippets-rs copied to clipboard

Library for snippet annotations

Results 58 annotate-snippets-rs issues
Sort by recently updated
recently updated
newest added

In order to address concerns in #11, #12, https://github.com/wycats/language-reporting/issues/6, and probably others. I've been experimenting with merging the APIs of `codespan`/`language-reporting`/`annotate-snippets`, and the below API surface is what that I...

C-enhancement
E-help-wanted

I was messing around with the basic example, and found some interesting behavior (that doesn't seem to be *quite* right. Below is the source code + output for a few...

C-enhancement
E-help-wanted

This is an experimental concept to annotate source inline on top of annotating it below.

This is just the beginning, but already functional. I got the `format` example to mostly work, which allows me to compare the benchmark and it gets me `57us -> 4.5us`...

Closes #13. See #13 for more details.

Since we now have interest from https://github.com/brendanzab/codespan and https://github.com/wycats/language-reporting to merge them into annotate-snippets, I'd like to put some effort into cleaning up the internals of this crate. There are...

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/rust-lang/annotate-snippets-rs). ## Config Migration Needed - [ ]...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | Pending | |---|---|---|---| | [rust](https://togithub.com/rust-lang/rust) | minor | `1.70` -> `1.72` | `1.74` (+1) |...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) The Renovate config in this repository needs migrating. Typically this is because one or more configuration options you are using have been renamed. You don't need to merge...

Perhaps this functionality already exists, but I couldn't find it in any of the options, I also didn't see how it could be manipulated in the resulting `DisplayList`. By default,...

C-enhancement