Initial docs commit
This commit is contained in:
@@ -0,0 +1 @@
|
||||
initSidebarItems({"fn":[["memchr","Search for the first occurrence of a byte in a slice."],["memchr2","Like `memchr`, but searches for either of two bytes instead of just one."],["memchr2_iter","An iterator over all occurrences of the needles in a haystack."],["memchr3","Like `memchr`, but searches for any of three bytes instead of just one."],["memchr3_iter","An iterator over all occurrences of the needles in a haystack."],["memchr_iter","An iterator over all occurrences of the needle in a haystack."],["memrchr","Search for the last occurrence of a byte in a slice."],["memrchr2","Like `memrchr`, but searches for either of two bytes instead of just one."],["memrchr2_iter","An iterator over all occurrences of the needles in a haystack, in reverse."],["memrchr3","Like `memrchr`, but searches for any of three bytes instead of just one."],["memrchr3_iter","An iterator over all occurrences of the needles in a haystack, in reverse."],["memrchr_iter","An iterator over all occurrences of the needle in a haystack, in reverse."]],"struct":[["Memchr","An iterator for `memchr`."],["Memchr2","An iterator for `memchr2`."],["Memchr3","An iterator for `memchr3`."]]});
|
||||
Reference in New Issue
Block a user