Expand description
Serialization options.
Structs§
Enums§
- Byte
Order - Byte order to use when encoding numbers.
- Float
- Float serialization mode.
- Integer
- Integer serialization mode.
- Width
- The width of a numerical type.
Functions§
- from_
raw - Construct a
Builderfrom the raw underlying value of anOptions. - new
- Start building new options.
Type Aliases§
- Options
- Type encapsulating a static options for an encoding.