pub fn extension_dirs(cwd: &Path) -> Vec<PathBuf>Expand description
The ordered Rust extension directories for a project. Configured paths are
added before conventional directories so an explicit project path can be
used for development while .rpi remains ahead of legacy .pi defaults.