gobby-code 0.9.6

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
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;