[][src]Module boyer_moore_magiclen::byte

This module helps you search sub-sequences in any byte sequence, including self-synchronizing string encoding data such as UTF-8.

Structs

BMByte

Using Boyer-Moore-MagicLen to search byte sub-sequences in any byte sequence, including self-synchronizing string encoding data such as UTF-8.

BMByteBadCharShiftMap
BMByteBadCharShiftMapRev

Traits

BMByteSearchable

Functions

find
find_full
rfind
rfind_full