pub fn normalize_doc_string(s: &str) -> Option<String>
Removes leading indentation and trailing whitespace from a string, returning None if the string is empty.
None