arrow_json::reader

Module tape

Source

Macrosยง

  • next ๐Ÿ”’
    Evaluates to the next element in the iterator or breaks the current loop

Structsยง

  • BufIter ๐Ÿ”’
    A wrapper around a slice iterator that provides some helper functionality
  • A decoded JSON tape
  • Implements a state machine for decoding JSON to a tape

Enumsยง

Functionsยง

  • Creates a character from an UTF-16 surrogate pair
  • err ๐Ÿ”’
    Returns an error for a given byte b and context ctx
  • json_whitespace ๐Ÿ”’
    Evaluates to true if b is a valid JSON whitespace character
  • parse_hex ๐Ÿ”’
    Parse a hex character to u8
  • write_char ๐Ÿ”’
    Writes c as UTF-8 to out