Docs.rs
  • chidori-static-analysis-0.1.3
    • chidori-static-analysis 0.1.3
    • Permalink
    • Docs.rs crate page
    • MIT
    • 03 August 2025
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • kvey
    • Dependencies
      • anyhow ^1.0 normal
      • console_error_panic_hook ^0.1.7 normal optional
      • indoc ^1.0.3 normal
      • insta ^1.38.0 normal
      • lazy_static ^1.4.0 normal
      • petgraph ^0.6.3 normal
      • rustpython-parser ^0.3.0 normal
      • serde ^1.0 normal
      • serde-wasm-bindgen ^0.4 normal
      • serde_yaml ^0.9.25 normal
      • swc_common ^0.33.14 normal
      • swc_ecma_ast ^0.111.0 normal
      • swc_ecma_parser ^0.142.0 normal
      • thiserror ^1.0.58 normal
      • wasm-bindgen ^0.2.89 normal
      • wasm-bindgen-test ^0.3.34 dev
    • Versions
    • 4.62% of the crate is documented
  • 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

chidori_static_analysis0.1.3

Crate Items

  • Structs
  • Enums
  • Functions

List of all items

Structs

  • language::InternalCallGraph
  • language::Report
  • language::ReportItem
  • language::ReportTriggerableFunctions
  • language::TextRange
  • language::javascript::parse::ASTWalkContext
  • language::python::parse::ASTWalkContext

Enums

  • language::ChidoriStaticAnalysisError
  • language::ContextPath

Functions

  • extract_cell_info
  • extract_dependencies_python
  • language::javascript::parse::build_report
  • language::javascript::parse::extract_dependencies_js
  • language::python::parse::build_report
  • language::python::parse::extract_dependencies_python
  • language::python::parse::traverse_statements