We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08eabab commit 0794d91Copy full SHA for 0794d91
docs/v3/codecs/bytes/v1.0.rst
@@ -62,7 +62,11 @@ Configuration parameters
62
========================
63
64
endian:
65
- Required for multi-byte data types. A string equal to either ``"big"`` or ``"little"``.
+ Required for data types for which endianness is applicable. For example,
66
+ this includes multi-byte data types, such as ``uint16`` and ``int32``,
67
+ but not single-byte data types, such as ``uint8`` or ``bool``.
68
+ If present, the value MUST be a string equal to either ``"big"`` or
69
+ ``"little"``.
70
71
72
Format and algorithm
0 commit comments