Skip to main content

normalize_module_name

Function normalize_module_name 

Source
pub fn normalize_module_name(name: &str) -> String
Expand description

Normalize a table name for use as a Rust module/filename: replace multiple consecutive underscores with a single one.