Skip to main contentCrate bufjson
Source - lexical
- Scan JSON text, extracting a stream of tokens (lexical analysis).
- pointer
pointer - Evaluate JSON Pointers against a stream of JSON text.
- syntax
- Parse the structural meaning of a stream of JSON text (syntactic analysis).
- 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.
- 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.
- buf_cmp
- Comparison operation on any two
Buf values or values that convert to Buf.