llm-wiki-engine 0.1.1

Git-backed wiki engine with MCP server — bring your own LLM
Documentation
mod config;
mod content;
mod graph;
mod history;
mod index;
mod ingest;
mod logs;
mod schema;
mod search;
mod spaces;
mod stats;
mod suggest;

pub use config::*;
pub use content::*;
pub use graph::*;
pub use history::*;
pub use index::*;
pub use ingest::*;
pub use logs::*;
pub use schema::*;
pub use search::*;
pub use spaces::*;
pub use stats::*;
pub use suggest::*;