//! Language-agnostic core: the common symbol model and repository identity.
//!//! Nothing here knows about a specific language. Language plugins (`crate::lang`)
//! emit [`Symbol`]s; everything else in rq operates on that shape.
modidentity;modsymbol;pub(crate)useidentity::RepoIdentity;pub(crate)usesymbol::{Kind, Symbol};