moddetector;modframeworks;modlanguages;modproject_info;pubuseproject_info::{LanguageStatus, ProjectInfo};/// Examines the project at the given path and returns its information.
pubfnexamine<P:AsRef<std::path::Path>>(path: P)->Result<ProjectInfo, String>{detector::detect_project_info(path.as_ref())}