sniff-cli 0.1.1

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

#[path = "go_helpers.rs"]
mod helpers;

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