Skip to main content

Module scanner

Module scanner 

Source
Expand description

Project scanning and detection

This module provides functionality for:

  • Detecting project types from marker files (detector.rs)
  • Scanning directories to find projects (scanner.rs)
  • Bulk project operations

Re-exports§

pub use detector::ProjectType;
pub use detector::detect_project_type;
pub use detector::is_project_directory;
pub use scanner::FilterMode;
pub use scanner::FoundProject;
pub use scanner::add_projects;
pub use scanner::interactive_select_projects;
pub use scanner::scan_projects;

Modules§

detector
scanner
Project scanning and bulk operations