//! Provides many pre-compiled pomsky expressions for use in scanners.
#![no_std]include!(concat!(env!("OUT_DIR"),"/patterns.rs"));/// Retrieve the compiled patterns for use with `regex` crate
pubfnpatterns()->&'static[(&'staticstr,&'staticstr)]{PATTERNS}#[cfg(test)]modtests{#[test]fnnon_empty(){assert_ne!(0,crate::patterns().len());}}