Docs.rs
  • rust-code-analysis-0.0.25
    • rust-code-analysis 0.0.25
    • Docs.rs crate page
    • MPL-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • marco-c
    • calixteman
    • Dependencies
      • aho-corasick ^0.7 normal
      • crossbeam ^0.8 normal
      • fxhash ^0.2 normal
      • globset ^0.4 normal
      • lazy_static ^1.3 normal
      • num ^0.4 normal
      • num-derive ^0.3 normal
      • num-format ^0.4 normal
      • num-traits ^0.2 normal
      • once_cell ^1.16.0 normal
      • petgraph ^0.6 normal
      • regex ^1.7 normal
      • serde ^1.0 normal
      • termcolor ^1.1 normal
      • tree-sitter =0.20.9 normal
      • tree-sitter-ccomment =0.20.1 normal
      • tree-sitter-java =0.20.0 normal
      • tree-sitter-javascript =0.20.0 normal
      • tree-sitter-mozcpp =0.20.2 normal
      • tree-sitter-mozjs =0.20.1 normal
      • tree-sitter-preproc =0.20.1 normal
      • tree-sitter-python =0.20.2 normal
      • tree-sitter-rust =0.20.3 normal
      • tree-sitter-typescript =0.20.1 normal
      • walkdir ^2.3 normal
      • insta ^1.22.0 dev
      • pretty_assertions ^1.3 dev
    • Versions
    • 82.84% of the crate is documented
  • Platform
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

rust_code_analysis0.0.25

Crate Items

  • Structs
  • Enums
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • AstCallback
  • AstCfg
  • AstNode
  • AstPayload
  • AstResponse
  • CcommentCode
  • CodeMetrics
  • CommentRm
  • CommentRmCfg
  • ConcurrentRunner
  • Count
  • CountCfg
  • CppCode
  • Dump
  • DumpCfg
  • FilesData
  • Filter
  • Find
  • FindCfg
  • FuncSpace
  • Function
  • FunctionCfg
  • FunctionSpan
  • JavaCode
  • JavascriptCode
  • Metrics
  • MetricsCfg
  • MozjsCode
  • Node
  • Ops
  • OpsCfg
  • OpsCode
  • Parser
  • PreprocCode
  • PreprocFile
  • PreprocResults
  • PythonCode
  • RustCode
  • TsxCode
  • TypescriptCode
  • abc::Stats
  • cognitive::Stats
  • cyclomatic::Stats
  • exit::Stats
  • halstead::Stats
  • loc::Cloc
  • loc::Lloc
  • loc::Ploc
  • loc::Sloc
  • loc::Stats
  • mi::Stats
  • nargs::Stats
  • nom::Stats
  • npa::Stats
  • npm::Stats
  • wmc::Stats

Enums

  • ConcurrentErrors
  • LANG
  • SpaceKind
  • abc::DeclKind
  • halstead::HalsteadType

Traits

  • Callback

Functions

  • action
  • count
  • dump_node
  • dump_ops
  • dump_root
  • find
  • fix_includes
  • function
  • get_from_emacs_mode
  • get_from_ext
  • get_function_spaces
  • get_language_for_file
  • get_macros
  • get_ops
  • guess_language
  • metrics
  • operands_and_operators
  • preprocess
  • read_file
  • read_file_with_eol
  • rm_comments
  • write_file

Type Aliases

  • CcommentParser
  • CppParser
  • JavaParser
  • JavascriptParser
  • MozjsParser
  • PreprocParser
  • PythonParser
  • RustParser
  • Span
  • TsxParser
  • TypescriptParser