Module arcstr

Module arcstr 

Source
Available on crate feature arcstr only.
Expand description

Extra haystack implementations for the arcstr crate.

Structsยง

ArcStrStack
A haystack type for matching against the chars in an ArcStr. Rather than actual ArcStrs, this type internally stores Substrs. Although IntoHaystack is implemented for ArcStr, the associated Slice type for this Haystack is Substr.