[go: up one dir, main page]

pub fn format<S>(source: S) -> Result<String> where
    S: AsRef<str>, 
Expand description

Format the raw input source string and return formatted output.