Module musli_descriptive::tag

source ·
Expand description

Type flags available for musli-wire.

Structs§

Enums§

  • The structure of a type tag.
  • Variant corresponding to marks.

Constants§

  • 32-bit float hint.
  • 64-bit float hint.
  • 8-bit signed number.
  • 16-bit signed number.
  • 32-bit signed number.
  • 64-bit signed number.
  • 128-bit signed number.
  • The marker for a isize.
  • The maximum length that can be inlined in the tag without adding additional data to the wire format.
  • 8-bit unsigned number.
  • 16-bit unsigned number.
  • 32-bit unsigned number.
  • 64-bit unsigned number.
  • 128-bit number hint.
  • The marker for a usize.