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§
- Binary
KvError - Error during binary KV parsing.
- Binary
KvValue - 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.