MCPcopy Create free account
hub / github.com/davidblewett/rure-python / Bounded

Class Bounded

regex/src/backtrack.rs:54–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52/// A backtracking matching engine.
53#[derive(Debug)]
54pub struct Bounded<'a, 'm, 'r, 's, I> {
55 prog: &'r Program,
56 input: I,
57 matches: &'m mut [bool],
58 slots: &'s mut [Slot],
59 m: &'a mut Cache,
60}
61
62/// Shared cached state between multiple invocations of a backtracking engine
63/// in the same thread.

Callers 2

hir_repetitionMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected