loregrep 0.5.0

Repository indexing library for AI coding assistants. Tree-sitter parsing, fast in-memory indexing, and tool APIs for LLM integration.
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod analysis;
pub mod errors;
pub mod function;
pub mod struct_def;

// Re-export all types
pub use analysis::*;
pub use errors::*;
pub use function::*;
pub use struct_def::*;