Skip to main content

Module binary_kv

Module binary_kv 

Source
Expand description

Binary KeyValue parser.

Parses binary KV data used by Steam for package info. This format is different from the text-based VDF format.

Enums§

BinaryKvError
Error during binary KV parsing.
BinaryKvValue
A binary KV value.

Functions§

get_binary_kv_length
Calculate the byte length of binary KV data starting at the given position. This is useful for parsing multiple KV structures from a stream.
parse_binary_kv
Parse binary KV data into a BinaryKvValue.