Module sources

Source
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§

ByteSlice
A slice of u8 with an associated lifetime.
Range
An ops::Range that is also Copy.
VectoredByteSlicesvectored
A slice of ByteSlice.
VectoredSubsetvectored
A “ragged” subset of VectoredByteSlices.