Module bstr

Module bstr 

Source
Available on crate feature bstr only.
Expand description

Extra haystack implementations for the bstr crate.

Structsยง

BStrStack
A haystack type for matching against the u8s in a &'a BStr. This type is a very basic example of how the haystack traits can be implemented outside of the crate itself.