recon-cli 0.89.0

Versatile network reconnaissance CLI: HTTP/TLS/DNS, multi-protocol probes, and a Rhai script engine
Documentation
1
2
3
4
5
6
7
8
9
10
//! Per-backend implementations of `AiBackend`. Registered into the
//! backend dispatcher in `super::backend::Registry::built_in()`.
//!
//! Each backend lives in its own file under this module.

pub mod claude;
pub mod cmd;
pub mod codex;
pub mod copilot;
pub mod gemini;