sqry-lang-zig 10.0.0

Zig language plugin for sqry
Documentation
1
2
3
4
5
6
7
// Relation extraction entry points for the Zig plugin.
// Hook-based extraction was removed; the graph builder is the supported path.

pub mod graph_builder;
pub mod type_extractor;

pub use graph_builder::ZigGraphBuilder;