Module regex

Module regex 

Source

Modules§

engines
Regex and regex-cursor related code
regex_automata
Regex and regex-cursor related code This crate exposes a variety of regex engines used by the regex crate. It provides a vast, sprawling and “expert” level API to each regex engine. The regex engines provided by this crate focus heavily on finite automata implementations and specifically guarantee worst case O(m * n) time complexity for all searches. (Where m ~ len(regex) and n ~ len(haystack).)

Structs§

ArgvCursor
Argv joined by a single white space between arguments
BidirectionalInterspersedIter
BidirectionalIter
Input
Regex and regex-cursor related code

Statics§

SPACE

Traits§

BidirectionalIterator
Cursor
Regex and regex-cursor related code A cursor that allows traversing a discontiguous string like a rope.
IntoBidirectionalIterator
IntoCursor
Regex and regex-cursor related code