Function test_generator::extract_name
source ยท pub fn extract_name(path: impl AsRef<Path>) -> String
Expand description
Extract a valid Rust identifier from the stem of a path.
pub fn extract_name(path: impl AsRef<Path>) -> String
Extract a valid Rust identifier from the stem of a path.