Function regex::backtrack::should_exec [−][src]
pub fn should_exec(num_insts: usize, text_len: usize) -> bool
Returns true iff the given regex and input should be executed by this engine with reasonable memory usage.