pub fn module_path_to_file( module_path: &str, current_file: &str, module_root: &Path, ) -> Option<PathBuf>
Maps a module path (e.g. crate::foo::bar) to a source file.
crate::foo::bar