Skip to main content

Crate deagle_core

Crate deagle_core 

Source
Expand description

deagle-core — graph types and SQLite storage for code intelligence.

Defines the code graph model: nodes (functions, classes, modules), edges (calls, imports, contains, inherits), and SQLite-backed persistence.

§Feature Flags

  • semantic — enables semantic code search via ares-vector

Structs§

Edge
An edge in the code graph — represents a relationship between entities.
GraphDb
SQLite-backed code graph database.
Node
A node in the code graph — represents a code entity.

Enums§

DeagleError
Errors from deagle operations.
EdgeKind
Kind of relationship between code entities.
Language
Supported programming languages.
NodeKind
Kind of code entity.

Type Aliases§

Result