Docs.rs
  • code-graph-0.0.3
    • code-graph 0.0.3
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • feint123
    • Dependencies
      • eframe ^0.28.1 normal
      • egui ^0.28.1 normal
      • egui_extras ^0.28.1 normal
      • font-kit ^0.14.2 normal
      • lazy_static ^1.5.0 normal
      • rfd ^0.14.1 normal
      • serde ^1.0 normal
      • serde_json ^1.0 normal
      • tree-sitter ^0.22.6 normal
      • tree-sitter-c ^0.21.4 normal
      • tree-sitter-java ^0.21.0 normal
      • tree-sitter-javascript ^0.21.4 normal
      • tree-sitter-rust ^0.21.2 normal
      • uuid ^1.10.0 normal
    • Versions
    • 3.64% 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

Crate code_graph

code_graph0.0.3

  • All Items

Crate Items

  • Modules
  • Structs
  • Enums
  • Functions

Crates

  • code_graph

Crate code_graph

Source

Modules§

lang

Structs§

CodeNode
CodeNodeIndex
Edge
Graph
Tree

Enums§

CodeBlockType
TreeEvent
TreeType

Functions§

fetch_calls
fetch_symbols
打印大纲
get_symbol_query
recursion_call
recursion_dir
recursion_outline
valid_file_extention

Results

Settings
Help
    struct
    code_graph::lang::JavaQuery
    method
    code_graph::lang::JavaQuery::get_lang
    &JavaQuery -> Language
    method
    code_graph::lang::JavaQuery::get_call
    &JavaQuery, &str, &Node -> Option<CodeNode>
    method
    code_graph::lang::JavaQuery::get_definition
    &JavaQuery, &str, &Node -> Option<CodeNode>
No results :(
Try on DuckDuckGo?

Or try looking in one of these:
  • The Rust Reference for technical details about the language.
  • Rust By Example for expository code examples.
  • The Rust Book for introductions to language features and the language itself.
  • Docs.rs for documentation of crates released on crates.io.