Skip to main content

humanize_fact

Function humanize_fact 

Source
pub fn humanize_fact(input: &str) -> String
Expand description

Humanize a single flat fact-display string into readable notation.

Pure and total: any input that does not parse as the flat form (e.g. a stray S-expr starting with () is returned unchanged.