sniff-cli 0.1.0

An exhaustive LLM-backed slop finder for codebases
Documentation
1
2
3
4
5
6
7
8
use super::*;

#[path = "go_refs.rs"]
pub(crate) mod refs;
#[path = "go_scan.rs"]
mod scan;

pub(crate) use scan::{SymbolExtractor, extract_methods, get_parser};