Module chisel_json::lexer
source · Modules
- Re-export of the coords module Coordinate structure used to reference specific locations within parser input
- Decoder module Both the DOM and SAX parser implementations operate over a stream of
char
s produced by some flavour of iterator. By default, this iterator is based on a decoder that will take a stream of bytes from an underlying source, and convert into a stream ofchar
s. - Re-export of the errors module Error and Result types
- Core lexing module Lexer used by both DOM and SAX parsers