Module file_detection

Source
Expand description

File detection and project type analysis

This module provides stateless file detection that can determine the execution context for any Rust file based solely on file path and content analysis.

Structs§

EntryPoint
Entry points found in the file
ExecutionCapabilities
Execution capabilities for this file/project
FileDetector
Stateless file detector
FileExecutionContext
File execution context
WorkspaceMember
Workspace member information

Enums§

EntryPointType
Types of entry points
FileRole
Role of the specific file in the project
RustProjectType
Different types of Rust projects and files
SingleFileType
Types of single Rust files