pub static patparse_off: AtomicUsizeExpand description
Position within patparse we’re currently looking at. C source
uses a char * cursor; Rust uses byte offset into the String.
pub static patparse_off: AtomicUsizePosition within patparse we’re currently looking at. C source
uses a char * cursor; Rust uses byte offset into the String.