gobby-code 0.9.9

Fast Rust CLI for Gobby's code index — AST-aware search, symbol navigation, and dependency graph
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub mod codewiki;
pub mod embeddings_doctor;
pub mod graph;
pub mod grep;
pub mod index;
pub mod init;
pub(crate) mod scope;
pub mod search;
pub mod setup;
pub mod status;
pub mod symbols;
pub mod vector;