codebase-recall 0.7.3

CLI based application for codebase dumper for LLMs and fast review/recall project
1
2
3
4
5
6
7
8
#[derive(Default)]
pub struct Retry;

impl Retry {
    pub fn run(&self) {
        println!("Retry::run");
    }
}