Something went wrong. Try again.
Identities for entities did.bot
agent llm did
Something went wrong. Try again.
286 B · 10 lines
Rust
at main
1234567891011//! What the xray tools share.//!//! Both tools read the same files and both answer to a reviewed-finding list.//! A tool that reports duplication should not be built out of it.
pub mod allow;pub mod discover;
pub use allow::Allowlist;pub use discover::{discover, is_generated};