//! Pattern module for AOB scanning
//!//! Provides pattern parsing, anchor selection, and related functionality.
modparser;pub(crate)modanchor;pubuseparser::Pattern;// Note: find_rarest_byte_index is used internally by scanner, not exported publicly