Re-exports§
pub use self::natural::*;
Modules§
- compat
- Compatibility shims which mimic some API surfaces of the current Rust bindings.
- generic
- natural
- wire
- wire_
optional
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.
Enums§
- Dictionary
Value - A dictionary’s value is a string, a list of strings, or a list of objects.