Skip to main content

render_human

Function render_human 

Source
pub fn render_human(results: &DecodeResults<'_>) -> String
Expand description

Render the decode as sectioned, aligned key: value plain text. Pure and allocation-bounded; a failed section shows its error instead of fabricated fields. Never panics (no indexing, no unwrap on decoded data).