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
pub mod errors;
pub mod types;

pub use errors::{LoreGrepError, Result};
pub use types::{ScanResult, ToolResult, ToolSchema};