codebase-recall 0.6.0

CLI based application for codebase dumper for LLMs and fast review/recall project
1
2
3
4
5
6
mod util;

fn main() {
    let msg = util::greet("world");
    println!("{msg}");
}