Module cbor::value
[−]
[src]
This module defines the generic Value AST as well as
several other types to represent CBOR values.
A Cursor can be used to deconstruct and traverse
a Value.
Structs
| Cursor |
A |
Enums
| Bytes |
A unification of plain an indefinitly sized byte strings. |
| Int |
Type to represent all possible CBOR integer values. |
| Key |
CBOR allows heterogenous keys in objects. This enum unifies all currently allowed key types. |
| Simple |
Most simple types (e.g. |
| Text |
A unification of plain and indefinitly sized strings. |
| Value |
The generic CBOR representation. |
Functions
| check |
Inspect the given |