leankg 0.12.2

Lightweight Knowledge Graph for AI-Assisted Development
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// LeanKG Library
// This library contains the core modules for the knowledge graph system

pub mod benchmark;
pub mod cli;
pub mod compress;
pub mod config;
pub mod db;
pub mod doc;
pub mod doc_indexer;
pub mod graph;
pub mod indexer;
pub mod mcp;
pub mod orchestrator;
pub mod registry;
pub mod runtime;
pub mod watcher;