Available on crate feature
arcstr only.Expand description
Extra haystack implementations for the arcstr crate.
Structsยง
- ArcStr
Stack - A haystack type for matching against the
chars in anArcStr. Rather than actualArcStrs, this type internally storesSubstrs. AlthoughIntoHaystackis implemented forArcStr, the associatedSlicetype for thisHaystackisSubstr.