Skip to main content

Module core

Module core 

Source
Expand description

Language-agnostic core: the common symbol model and repository identity.

Nothing here knows about a specific language. Language plugins (crate::lang) emit Symbols; everything else in rq operates on that shape.

Structs§

Symbol
A definition extracted from source.

Enums§

Kind
The kind of definition a Symbol represents.
RepoIdentity
Normalized identity of a logical project.