Module code_graph

Module code_graph 

Source
Expand description

Code graph operations

Converts SPARQL query results into strongly-typed code graph entities that can be rendered by Tera templates.

Structs§

CodeEnum
Represents a Rust enum
CodeField
Represents a struct field
CodeGraphBuilder
Builder for code graph entities from SPARQL results
CodeImpl
Represents a Rust impl block
CodeImport
Represents a use/import statement
CodeMethod
Represents a method signature or implementation
CodeModule
Represents a Rust module
CodeParam
Represents a method parameter
CodeStruct
Represents a Rust struct
CodeTrait
Represents a Rust trait
CodeVariant
Represents an enum variant

Enums§

CodeItem
A code item (struct, trait, impl, or enum)