Skip to main content

acronym_aware_snake_phrase

Function acronym_aware_snake_phrase 

Source
pub fn acronym_aware_snake_phrase(variant_name: &str) -> String
Expand description

Convert a PascalCase variant name into a human readable phrase that preserves canonical acronyms.

Examples:

  • "IoError""IO error"
  • "OcrError""OCR error"
  • "PdfParse""PDF parse"
  • "HttpRequestFailed""HTTP request failed"
  • "Other""other"