1//! ai-refactor-cli library facade.
2//!
3//! Exposes the scanner API so it can be used from benchmarks and integration
4//! tests without going through the CLI binary.
56pub mod ast;
7pub mod detectors;
8pub mod report;
9pub mod rules;
10pub mod scanner;