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
code_
graph
0.0.3
code_graph
Function
fetch_calls
Copy item path
Source
pub fn fetch_calls( path: &
str
, code: &
str
, symbol_query:
Box
<dyn
SymbolQuery
>, ) ->
Vec
<
CodeNode
>