This repository has been archived on 2022-04-04. You can view files and clone it, but cannot push or open issues or pull requests.
ludum-dare-50/rustdoc/memchr/memmem/sidebar-items.js

1 line
860 B
JavaScript

initSidebarItems({"enum":[["Prefilter","Prefilter controls whether heuristics are used to accelerate searching."]],"fn":[["find","Returns the index of the first occurrence of the given needle."],["find_iter","Returns an iterator over all occurrences of a substring in a haystack."],["rfind","Returns the index of the last occurrence of the given needle."],["rfind_iter","Returns a reverse iterator over all occurrences of a substring in a haystack."]],"struct":[["FindIter","An iterator over non-overlapping substring matches."],["FindRevIter","An iterator over non-overlapping substring matches in reverse."],["Finder","A single substring searcher fixed to a particular needle."],["FinderBuilder","A builder for constructing non-default forward or reverse memmem finders."],["FinderRev","A single substring reverse searcher fixed to a particular needle."]]});