pub static DERIVE_REGEX: LazyLock<Regex>
Regex pattern to match derive attribute
This pattern matches #[derive(...)] attributes in Rust code.
#[derive(...)]