sniff-cli 0.1.3

An exhaustive LLM-backed slop finder for codebases
Documentation
1
2
3
4
5
6
7
#[path = "symbol_graph_impl.rs"]
mod symbol_graph_impl;

pub use symbol_graph_impl::*;

#[cfg(test)]
mod tests;