Skip to main content

Crate bufjson

Crate bufjson 

Source

Modules§

lexical
Scan JSON text, extracting a stream of tokens (lexical analysis).
pointerpointer
Evaluate JSON Pointers against a stream of JSON text.
syntax
Parse the structural meaning of a stream of JSON text (syntactic analysis).

Structs§

BufUnderflow
Error returned when a Buf does not have enough bytes remaining to satisfy a request.
Pos
Position in an input buffer or stream.
StringBuf
A Buf implementation for String.

Traits§

Buf
Valid UTF-8 sequence whose bytes may or may not be contiguous in memory.
EqStr
Trait for types that form an [equivalent relation] together with str.
IntoBuf
Conversion into a Buf.
OrdStr
Trait for types that form a total ordering together with str.

Functions§

buf_cmp
Comparison operation on any two Buf values or values that convert to Buf.