mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-15 03:09:54 +00:00
22 lines
673 B
Markdown
22 lines
673 B
Markdown
# Diff Examples
|
|
|
|
These examples use the official term library to format output.
|
|
|
|
## Line-by-line (Git Style)
|
|
|
|
[examples/line-by-line.rs](examples/line-by-line.rs)
|
|
|
|

|
|
|
|
## Underline words (GitHub Style)
|
|
|
|
[examples/underline-words.rs](examples/underline-words.rs)
|
|
|
|

|
|
|
|
## GitHub Style (Multiline)
|
|
|
|
[examples/github-style.rs](examples/github-style.rs)
|
|
|
|

|