//! OffSeq Threat Finder — library crate.
//!
//! The engine (API client, version/constraint matcher, per-OS discovery,
//! package inventory, and network-exposure correlation) lives here so it is
//! reusable and integration-testable; the `threat-finder` binary is a thin CLI
//! over it.
// Stable re-exports so `find_threats::Thing` keeps working for the binary and
// downstream consumers regardless of internal module layout.
pub use *;
pub use *;
pub use ;