Function file_stem_str

Source
pub fn file_stem_str(path: &Path) -> &str
Expand description

Extracts the file stem as a &str from a path.

Replaces the duplicated pattern found in 17 locations across the codebase.