leankg 0.16.7

Lightweight Knowledge Graph for AI-Assisted Development
Documentation
// 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 hooks;
pub mod indexer;
pub mod mcp;
pub mod obsidian;
pub mod orchestrator;
pub mod registry;
pub mod runtime;
pub mod watcher;