Docs.rs
graphyn-core-0.1.1
graphyn-core 0.1.1
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
JeelGajera
Dependencies
dashmap ^5
normal
petgraph ^0.6
normal
rayon ^1
normal
serde ^1
normal
serde_json ^1
normal
thiserror ^1
normal
walkdir ^2
normal
Versions
3.38%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
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
Skip to main content
Module ir
graphyn_
core
0.1.1
Module ir
Module Items
Structs
Enums
Type Aliases
In crate graphyn_
core
graphyn_core
Module
ir
Copy item path
Source
Structs
§
FileIR
The complete IR output from one file parse.
Relationship
A directed relationship between two symbols.
RepoIR
The complete IR output from a full repo or incremental update.
Symbol
A symbol — any named entity in source code.
Enums
§
Language
Relationship
Kind
Symbol
Kind
Type Aliases
§
Symbol
Id
Unique identifier for a symbol across the entire codebase. Format: “relative/file/path.ts::SymbolName::kind” Example: “src/models/user.ts::UserPayload::class” Example: “src/models/user.ts::UserPayload::userId::property”