sniff-cli 0.1.2

An exhaustive LLM-backed slop finder for codebases
Documentation
1
2
3
4
5
6
7
8
9
10
#[path = "reporter_cost.rs"]
pub mod cost;
#[path = "reporter_markdown.rs"]
pub mod markdown;
#[path = "reporter_render.rs"]
pub mod render;
#[path = "reporter_summary.rs"]
pub mod summary;

pub use render::render_report;