Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 18 days ago
JSON representation
Library to read shortcuts.vdf and similarly formatted files. Written in Rust.
- Host: GitHub
- URL: https://github.com/corecii/steam_vdf
- Owner: Corecii
- License: mit
- Created: 2017-06-02T03:14:08.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-06-02T22:38:56.000Z (over 7 years ago)
- Last Synced: 2024-10-07T06:06:36.904Z (about 1 month ago)
- Topics: rust, steam, vdf
- Language: Rust
- Size: 558 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.