Docs.rs
  • rust-code-analysis-0.0.24
    • rust-code-analysis 0.0.24
    • Docs.rs crate page
    • MPL-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • marco-c
    • calixteman
    • Dependencies
      • aho-corasick ^0.7 normal
      • fxhash ^0.2 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
      • petgraph ^0.6 normal
      • regex ^1.5 normal
      • serde ^1.0 normal
      • termcolor ^1.1 normal
      • tree-sitter =0.19.3 normal
      • tree-sitter-ccomment =0.19.0 normal
      • tree-sitter-java =0.19.0 normal
      • tree-sitter-javascript =0.19.0 normal
      • tree-sitter-mozcpp =0.19.5 normal
      • tree-sitter-mozjs =0.19.0 normal
      • tree-sitter-preproc =0.19.0 normal
      • tree-sitter-python =0.19.0 normal
      • tree-sitter-rust =0.19.0 normal
      • tree-sitter-typescript =0.19.0 normal
      • pretty_assertions ^1.0 dev
    • Versions
    • 83.72% of the crate is documented
  • Go to latest version
  • 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
☰
logo

Crate rust_code_analysis

Version 0.0.24

Back to index

logo
Change settings

List of all items

Structs

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

Enums

  • LANG
  • SpaceKind
  • 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

Typedefs

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