pub fn options() -> DefaultOptions
Expand description
Get a default configuration object.
Warning: the default configuration returned by this function is not the same as that used by the other functions in this module. See the config module for more details
Default Configuration:
Byte limit | Endianness | Int Encoding | Trailing Behavior |
---|---|---|---|
Unlimited | Little | Varint | Reject |