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

Custom box drawing characters

Open epage opened this issue 1 year ago • 0 comments

This is split out of https://github.com/rust-lang/annotate-snippets-rs/issues/13#issuecomment-543321203

FormattedSnippet is public for alternate renderers to use, such as ones that want to use box drawing characters. The layout work is done (i.e. placing lines where they need to be) and all the renderer does is translate the structured output into io::Write calls.

epage avatar Mar 13 '24 15:03 epage