//! 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};