Function format_identifier

Source
fn format_identifier(input: &str, is_pascal_case: bool) -> String
Expand description

Utility function to convert an identifier to pascal or camel case.