pub fn format_expr_one_liner(expr: &Cirru) -> Result<String, String>Expand description
Format a single Cirru expression as a single line without newlines or indentation.
Note: the top-level expression (a Cirru::List) is rendered without wrapping parentheses,
while nested expressions are still rendered with parentheses.