Docs.rs
  • codeprism-dev-tools-0.4.4
    • codeprism-dev-tools 0.4.4
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • milliondreams
    • Dependencies
      • anyhow ^1.0 normal
      • clap ^4.5 normal
      • codeprism-core ^0.4.4 normal
      • colored ^2.1 normal
      • crossterm ^0.28 normal
      • handlebars ^5.1 normal
      • indicatif ^0.17 normal
      • regex ^1.11 normal
      • serde ^1.0 normal
      • serde_json ^1.0 normal
      • tempfile ^3.14 normal
      • thiserror ^1.0 normal
      • tokio ^1.40 normal
      • tracing ^0.1 normal
      • tree-sitter ^0.24 normal
      • insta ^1.40 dev
      • tempfile ^3.14 dev
    • Versions
    • 30.26% of the crate is documented
  • Go to latest version
  • Platform
    • i686-unknown-linux-gnu
    • 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

codeprism_dev_tools0.4.4

Crate Items

  • Structs
  • Enums
  • Functions

List of all items

Structs

  • AnalysisReport
  • DevTools
  • DevToolsConfig
  • ast_visualizer::AstStatistics
  • ast_visualizer::AstVisualizer
  • ast_visualizer::VisualizationConfig
  • dev_repl::DevRepl
  • dev_repl::ReplResult
  • diff_comparison::AstDiff
  • diff_comparison::DiffConfig
  • diff_comparison::DiffReport
  • diff_comparison::DiffStatistics
  • graphviz_export::EdgeStyle
  • graphviz_export::GraphVizConfig
  • graphviz_export::GraphVizExporter
  • graphviz_export::GraphVizOptions
  • graphviz_export::NodeStyle
  • parser_validator::ParserValidator
  • parser_validator::ValidationConfig
  • parser_validator::ValidationReport
  • parser_validator::ValidationStatistics
  • performance_profiler::PerformanceAnalysis
  • performance_profiler::PerformanceBottleneck
  • performance_profiler::PerformanceComparison
  • performance_profiler::PerformanceMetric
  • performance_profiler::PerformanceProfiler
  • performance_profiler::PerformanceSummary
  • performance_profiler::PerformanceTrend
  • performance_profiler::ProfilingConfig
  • performance_profiler::ProfilingReport

Enums

  • DevToolsError
  • ast_visualizer::VisualizationFormat
  • dev_repl::ExportFormat
  • dev_repl::ReplCommand
  • dev_repl::ShowTarget
  • diff_comparison::DiffType
  • diff_comparison::StructuralImpact
  • graphviz_export::GraphType
  • graphviz_export::LayoutEngine
  • parser_validator::ValidationError
  • parser_validator::ValidationWarning
  • performance_profiler::BottleneckSeverity
  • performance_profiler::MetricType
  • performance_profiler::TrendDirection

Functions

  • utils::detect_language_from_extension
  • utils::format_duration
  • utils::format_file_size
  • utils::load_source_file