Module bstr
ct_
regex_
internal
0.1.0
Module bstr
Module Items
Structs
In ct_
regex_
internal::
haystack::
ext
ct_regex_internal
::
haystack
::
ext
Module
bstr
Copy item path
Source
Expand description
Extra haystack implementations
for
the
bstr
crate.
Structs
ยง
BStr
Stack
A haystack type
for
matching against the
u8
s in a
&
'a BStr
. This
type
is a very basic example of how the haystack traits can be implemented outside of the crate itself.