Skip to main content

Module constants

Module constants 

Source
Expand description

WXF wire-format constants and enums.

Mirrors wolframclient/serializers/wxfencoder/constants.py.

Enums§

ExpressionEnum
Top-level WXF expression token. #[repr(u8)] discriminants are the wire bytes.
HeaderEnum
WXF framing header bytes. No Display — header bytes overlap with some expression token bytes and are not used in error messages.
NumericArrayEnum
WXF element-type tag for NumericArray. Discriminants are the WXF wire bytes.
PackedArrayEnum
WXF element-type tag for PackedArray. Same wire bytes as NumericArrayEnum but restricted to the packed-compatible variants (no unsigned integers).