fn dedent(text: &str) -> String
Remove common leading whitespace from all lines (similar to Python’s textwrap.dedent)