Expand description
Utilities for creating rustc-like error messages, for fun or for actual use.
Note that all implementations of Display, as well as
methods named display, utilize ANSI escape sequences. There’s currently no
way to change this.
Macros§
Structs§
- Code
- A code block for a
Help,Warning, orError. - Error
- An error in
rustcstyle. - File
- The path, line, and column of a piece of
Code. - Help
- A help message for an
WarningorError. - Line
- A single line in a
Codeblock. - Marker
- An underline for a piece of
Code. - Note
- A note for a
WarningorError. - Warning
- A warning in
rustcstyle.