1 2 3 4 5 6 7
use crate::OpSpec; /// All pattern matching specs. #[inline] pub fn specs() -> Vec<OpSpec> { vec![dfa_scan::spec(), byte_len::spec()] }