Crate greppy

Crate greppy 

Source
Expand description

Greppy - Sub-millisecond local semantic code search

A fast, local code search engine designed for AI coding tools. No cloud, no config, just greppy search "query".

Re-exports§

pub use core::config::Config;
pub use core::error::Error;
pub use core::error::Result;
pub use core::project::Project;

Modules§

ai
auth
cli
CLI command definitions and handlers
core
Core types and utilities
daemon
Background daemon for fast queries
index
output
Output formatting
parse
search
trace
Greppy Trace - Complete Codebase Invocation Mapping
web
Greppy Web - Codebase Observatory