Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Corecii/steam_vdf

Library to read shortcuts.vdf and similarly formatted files. Written in Rust.
https://github.com/Corecii/steam_vdf

rust steam vdf

Last synced: 3 months ago
JSON representation

Library to read shortcuts.vdf and similarly formatted files. Written in Rust.

Awesome Lists containing this project

README

        

# steam_vdf

[Documentation](https://corecii.github.io/steam_vdf/steam_vdf/index.html)

This library reads and writes the shortcuts.vdf file and similarly formatted files.

## Types

* List: `0x00` `string name` `list_contents` `EndOfList`
* String: `0x01` `string name` `string value`
* Bytes4: `0x02` `string name` `4 bytes`
* EndOfList: `0x08`

All strings end with `0x00`.

shortcuts.vdf ends with one "extra" `0x08`, that is not attached to a list.