Skip to main content

normalize_name

Function normalize_name 

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

Convert plugin name to a form suitable for library names: hyphens become underscores. Kept for backwards-compatibility with existing templates; new .wasm artefacts typically use the plugin name as-is.