Modules§
- compat
- Compatibility shims which mimic some API surfaces of the current Rust bindings.
- dictionary_
value
Structs§
- Dictionary
- A dictionary is a sequence of key/value pairs. Keys must be unique and sorted in lexicographically increasing order.
- Dictionary
Entry - A key/value pair in a
Dictionary
. - Wire
Dictionary - The wire type corresponding to
Dictionary
. - Wire
Dictionary Entry - The wire type corresponding to
DictionaryEntry
. - Wire
Dictionary Value - The wire type corresponding to
DictionaryValue
. - Wire
Optional Dictionary Value
Enums§
- Dictionary
Value - A dictionary’s value is a string, a list of strings, or a list of objects.