1 2 3 4 5 6 7 8
// Glob match operation module. pub mod kernel; pub use kernel::{glob_match, star_question_match}; // Backend-specific lowering marker. // CPU reference kernel for `string_matching.glob_match`.