Files
tantivy/master/combine/parser/byte/sidebar-items.js
2019-06-16 03:00:46 +00:00

1 line
1.7 KiB
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

initSidebarItems({"fn":[["alpha_num","Parses either an ASCII alphabet letter or digit (az, AZ, 09)."],["byte","Parses a byte and succeeds if the byte is equal to `c`."],["bytes","Parses the bytes `s`."],["bytes_cmp","Parses the bytes `s` using `cmp` to compare each token."],["crlf","Parses carriage return and newline (`&b\"\\r\\n\"`), returning the newline byte."],["digit","Parses a base-10 digit (09)."],["hex_digit","Parses an ASCII hexdecimal digit (accepts both uppercase and lowercase)."],["letter","Parses an ASCII alphabet letter (az, AZ)."],["lower","Parses an lowercase ASCII letter (az)."],["newline","Parses a newline byte (`b'\\n'`)."],["oct_digit","Parses an octal digit."],["space","Parses a `b' '`, `b'\\t'`, `b'\\n'` or `'b\\'r'`."],["spaces","Skips over [`space`] zero or more times"],["tab","Parses a tab byte (`b'\\t'`)."],["take_until_byte","Zero-copy parser which reads a range of 0 or more tokens until `a` is found."],["take_until_byte2","Zero-copy parser which reads a range of 0 or more tokens until `a` or `b` is found."],["take_until_byte3","Zero-copy parser which reads a range of 0 or more tokens until `a`, 'b' or `c` is found."],["take_until_bytes","Zero-copy parser which reads a range of 0 or more tokens until `needle` is found."],["upper","Parses an uppercase ASCII letter (AZ)."]],"mod":[["num","Parsers for decoding numbers in big-endian or little-endian order."]],"struct":[["AlphaNum",""],["Bytes",""],["BytesCmp",""],["CrLf",""],["Digit",""],["HexDigit",""],["Letter",""],["Lower",""],["Newline",""],["OctDigit",""],["Space",""],["Spaces",""],["Tab",""],["TakeUntilByte",""],["TakeUntilByte2",""],["TakeUntilByte3",""],["Upper",""],["take_until_bytes",""]]});