code-moniker-core 0.1.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
pub(super) use crate::lang::kinds::{
	ANNOTATES, CALLS, COMMENT, CONF_LOCAL, CONF_NAME_MATCH, CONF_UNRESOLVED, DIR, ENUM, EXTENDS,
	EXTERNAL_PKG, FN, IMPLEMENTS, IMPORTS_MODULE, IMPORTS_SYMBOL, INSTANTIATES, LOCAL, METHOD,
	METHOD_CALL, MODULE, PARAM, PATH, READS, STRUCT, TRAIT, TYPE, USES_TYPE, VIS_NONE,
};