sniff-cli 0.1.0

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

#[path = "kotlin_scan.rs"]
mod scan;

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