code-moniker-core 0.2.0

Core symbol-graph types and per-language extractors for code-moniker (pure Rust, no pgrx). Consumed by the CLI and the PostgreSQL extension.
Documentation
1
2
3
4
5
6
pub(super) use crate::lang::kinds::{
	CALLS as REF_CALLS, COMMENT, CONF_EXTERNAL, CONF_NAME_MATCH, CONF_RESOLVED, EXTERNAL_PKG,
	FUNCTION, MODULE, PATH, TABLE, TYPE, USES_TYPE, VIEW, VIS_NONE,
};

pub(super) const SCHEMA: &[u8] = b"schema";