MessagePack Helper module#

SPDX-FileCopyrightText: 2025 DESY and the Constellation authors SPDX-License-Identifier: EUPL-1.2

MessagePack decoding helpers

core.message.msgpack_helpers.msgpack_unpack_to(unpacker: Unpacker, target_type: Type[T]) T#
core.message.msgpack_helpers.msgpack_unpack_to_int_enum(unpacker: Unpacker, target_type: Type[T_IE]) T_IE#