gobby-code 0.6.1

Fast Rust CLI for Gobby's code index — AST-aware search, symbol navigation, and dependency graph
1
2
3
4
5
6
pub mod graph;
pub mod index;
pub mod init;
pub mod search;
pub mod status;
pub mod symbols;