Thanks to visit codestin.com
Credit goes to lib.rs

9 stable releases

Uses new Rust 2024

new 1.1.3 May 12, 2026
1.0.8 May 12, 2026
1.0.1 May 11, 2026
1.0.0 May 9, 2026

#1428 in Database interfaces


Used in ckg-cli

Apache-2.0

29KB
438 lines

Cross-repo qname-match resolver.

Walks every registered repo in the registry, collects each repo's (name, node_id) pairs, then for each Calls edge whose dst is a bare name (not an existing local node id), looks up matching symbols in other repos and writes a CROSS_CALLS edge into the registry DB.

This is a deliberately narrow MVP — name-only matching, no overload disambiguation, no module-prefix awareness. Confidence is fixed at 0.4 to reflect that.

Dependencies

~84MB
~1.5M SLoC