1 2 3 4 5 6 7 8
// Wildcard match operation module. pub mod kernel; pub use kernel::{match_tokens, parse, token, wildcard_match, Token}; // Backend-specific lowering marker. // CPU reference kernel for `string_matching.wildcard_match`.