Expand description
Output formatting.
Re-exports§
pub use fragment::FragmentFormatter;pub use plain::PlainFormatter;
Modules§
- ansi
- Minimal ANSI escape helpers — replaces the termcolor crate.
- fragment
- Fragment formatter — char-context window with caret.
- plain
- Plain-line formatter with optional line number, filename, and highlight.
Structs§
- Format
Opts - Common configuration shared by plain and fragment formatters.
Traits§
- Formatter
- A formatter serializes one
Emitinto bytes.