Docs.rs
  • project-examer-0.2.0
    • project-examer 0.2.0
    • Docs.rs crate page
    • MIT
    • 15 August 2025
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • codyaverett
    • Dependencies
      • anyhow ^1.0 normal
      • chrono ^0.4 normal
      • clap ^4.4 normal
      • ignore ^0.4 normal
      • petgraph ^0.6 normal
      • rayon ^1.8 normal
      • regex ^1.10 normal
      • reqwest ^0.11 normal
      • serde ^1.0 normal
      • serde_json ^1.0 normal
      • tokio ^1.0 normal
      • toml ^0.8 normal
      • uuid ^1.0 normal
      • walkdir ^2.4 normal
    • Versions
    • 1.85% of the crate is documented
  • Go to latest version
  • Platform
    • i686-pc-windows-msvc
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

project_examer0.2.0

Crate Items

  • Structs
  • Enums
  • Type Aliases

List of all items

Structs

  • analyzer::Analyzer
  • analyzer::FileSummary
  • analyzer::FilterCriteria
  • analyzer::ProjectAnalysis
  • config::AnalysisConfig
  • config::Config
  • config::LLMConfig
  • dependency_graph::DependencyAnalysis
  • dependency_graph::Edge
  • dependency_graph::EdgeMetadata
  • dependency_graph::GraphBuilder
  • dependency_graph::Node
  • dependency_graph::NodeMetadata
  • file_discovery::FileDiscovery
  • file_discovery::FileInfo
  • file_discovery::FileStats
  • llm::AnalysisContext
  • llm::AnalysisRequest
  • llm::AnalysisResponse
  • llm::DependencyContext
  • llm::DocumentationContext
  • llm::FileContext
  • llm::Insight
  • llm::LLMClient
  • llm::ProjectInfo
  • llm::Recommendation
  • reporter::CircularDependency
  • reporter::ComplexityBucket
  • reporter::CouplingInfo
  • reporter::DependencyAnalysisReport
  • reporter::DependencyDepthInfo
  • reporter::DepthBucket
  • reporter::ExecutiveSummary
  • reporter::FileAnalysisReport
  • reporter::FileStats
  • reporter::LanguageStats
  • reporter::PrioritizedRecommendation
  • reporter::Report
  • reporter::ReportMetadata
  • reporter::Reporter
  • simple_parser::Class
  • simple_parser::Export
  • simple_parser::Function
  • simple_parser::Import
  • simple_parser::ParsedFile
  • simple_parser::SimpleParser

Enums

  • config::LLMProvider
  • dependency_graph::EdgeType
  • dependency_graph::NodeType
  • llm::AnalysisType
  • llm::Effort
  • llm::Impact
  • llm::InsightCategory
  • llm::Priority

Type Aliases

  • Result
  • dependency_graph::DependencyGraph