Module usp_decoder

Module usp_decoder 

Source
Expand description

Helper functions to decode a Protobuf encoded byte stream into Rust types

Functionsยง

try_decode_msg
Decodes a slice of bytes containing a Protobuf encoded USP Msg into a Msg structure for further processing
try_decode_record
Decodes a slice of bytes containing a Protobuf encoded USP Record into a Record structure for further processing