Docs.rs
infigraph-core-1.5.5
infigraph-core 1.5.5
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
murari316
Dependencies
anyhow ^1
normal
arrow ^58.3
normal
cozo ^0.7.6
normal
dirs-next ^2
normal
fs2 ^0.4.3
normal
glob ^0.3
normal
ignore ^0.4
normal
lbug =0.16.0
normal
model2vec-rs ^0.1
normal
notify ^6
normal
parquet ^58.3
normal
protobuf ^3
normal
rayon ^1
normal
regex ^1
normal
scip ^0.7.1
normal
serde ^1
normal
serde_json ^1
normal
serde_yaml ^0.9.34
normal
sha2 ^0.10
normal
tempfile ^3
normal
thiserror ^2
normal
toml ^0.8
normal
tree-sitter ^0.26
normal
ureq ^2
normal
usearch ^2.18
normal
cargo-husky ^1
dev
tree-sitter-python ^0.25
dev
Versions
24.61%
of the crate is documented
Platform
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 lang
infigraph_
core
1.5.5
Module lang
Module Items
Structs
Enums
Traits
In crate infigraph_
core
infigraph_core
Module
lang
Copy item path
Source
Structs
§
Custom
Edge
Def
A custom edge type that a language pack can define beyond the standard CALLS/IMPORTS/INHERITS model. Custom edges are populated during extraction when capture groups matching
@{capture}.source
/
@{capture}.target
are found in relations.scm.
Language
Pack
A language pack bundles a parser backend with file extension mappings.
Language
Registry
Registry that maps file extensions to language packs.
Enums
§
Parser
Backend
Parser backend — tree-sitter or runtime-loaded custom extractor.
Traits
§
Custom
Extractor
Trait for custom extraction backends (e.g., JVM grammar plugins).