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§
- Entry
Point - Entry points found in the file
- Execution
Capabilities - Execution capabilities for this file/project
- File
Detector - Stateless file detector
- File
Execution Context - File execution context
- Workspace
Member - Workspace member information
Enums§
- Entry
Point Type - Types of entry points
- File
Role - Role of the specific file in the project
- Rust
Project Type - Different types of Rust projects and files
- Single
File Type - Types of single Rust files