hallouminate 0.2.3

A markdown corpus indexer for LLMs to build and query their own per-repo wikis.
1
2
3
4
5
6
7
8
9
mod apply;
mod format;
mod writer;

pub mod index;
pub mod plan;

pub use format::{Format, HandlerRegistry, PrepareCtx, detect_format};
pub use index::*;