Expand description
Wrappers for types of string data which can be searched and indexed.
These objects are used to provide string data for inputs to search functions
like scan_sync()
, and subsets of those
arguments are received as outputs by match callbacks to produce match info
such as Match
.
Structs§
- Byte
Slice - A
slice
ofu8
with an associated lifetime. - Range
- An
ops::Range
that is alsoCopy
. - Vectored
Byte Slices vectored
- A
slice
ofByteSlice
. - Vectored
Subset vectored
- A “ragged” subset of
VectoredByteSlices
.