Expand description
Library to handle a Concise Binary Object Representation (CBOR)
Modules§
- content
- Module for different type of content
- data_
item - Module containing a data item
- deterministic
- Module containing different deterministic mode
- error
- Module containing different type of error
- index
- Module for index
Structs§
- Array
Content - Struct which holds a array content
- Byte
Content - Struct which holds a byte data
- MapContent
- Struct which holds a map content
- Simple
Value - struct representing simple value which only allow number between 0-19 and
32-255. This struct is simple wrapper above
u8with validation - TagContent
- struct which holds tag related information such as tag number and content of tag
- Text
Content - Struct which holds a text content
Enums§
- Data
Item - Enum representing different types of data item that can be encoded or
decoded in
CBOR(Concise Binary Object Representation). - Deterministic
Mode - Different mode supported for deterministic format
Traits§
- Get
- Trait which is used to get a data item from data item