Crate vtx_format

Crate vtx_format 

Source
Expand description

vtx-format:统一定义 .vtx 包格式(编码/解码)

v1 格式:

  • Header: 4 bytes = b“VTX\x01“
  • Payload: component bytes (WebAssembly Component)

Enums§

VtxFormatError

Constants§

VTX_MAGIC_V1
VTX_PREFIX
VTX_VERSION_V1

Functions§

decode
解码:返回 (version, component_bytes_slice)
encode_v1
编码 v1:VTX_MAGIC_V1 + component bytes