Module semantic

Source
Expand description

Semantic analysis and search capabilities

Provides concept-based code search and high-level understanding of architectural patterns and semantic relationships.

Re-exports§

pub use concepts::CodeConcept;
pub use concepts::ConceptMapper;
pub use concepts::ConceptRelationship;
pub use search::SearchQuery;
pub use search::SemanticSearchEngine;
pub use search::SemanticSearchResult;

Modules§

concepts
Code concept mapping and understanding
search
Semantic search engine for concept-based code discovery