Expand description
Reader types used by advanced parser integrations.
Most applications should construct parsers with Parser::from_slice or
Parser::from_reader. These re-exports are primarily for wrappers that
need to store a concrete parser type.