Function detect_orphans
Source pub fn detect_orphans(path: &Path) -> Result<Vec<PathBuf>>
Expand description
Detects orphaned source files in a crate directory
§Arguments
path - Path to the crate root directory
§Returns
A vector of paths to orphaned files