Skip to main content

Module render

Module render 

Source
Expand description

Output formatting helpers for human consumers. Inherent to_text / render methods on the report types live in annotate.rs and text.rs here.

Re-exports§

pub use annotate::AnnotateMode;
pub use annotate::AnnotateRenderOptions;
pub use color::ColorMode;
pub use color::Palette;

Modules§

annotate
color
Heat palette + color-mode resolution. Helpers return an empty Style when colored = false, so call sites can use them unconditionally.
text