A parser for VDF
  • Rust 99.6%
  • Nix 0.4%
Find a file
2023-12-18 17:08:00 +01:00
.github/workflows ci 2023-12-15 18:32:20 +01:00
examples serde 2023-12-18 01:49:06 +01:00
src better errors for unmatched variants 2023-12-18 17:08:00 +01:00
tests better errors for unmatched variants 2023-12-18 17:08:00 +01:00
.envrc init 2023-12-15 15:51:53 +01:00
.gitignore statements 2023-12-15 16:26:16 +01:00
Cargo.lock better errors for keys without values 2023-12-15 17:48:56 +01:00
Cargo.toml clippy fixes 2023-12-15 18:30:16 +01:00
flake.lock init 2023-12-15 15:51:53 +01:00
flake.nix init 2023-12-15 15:51:53 +01:00
README.md table statement handling 2023-12-15 18:07:47 +01:00

vdf-reader

A parser for Valve's Data Format v1 (VDF) also known as KeyValues.

The parser focuses on being able to deal with all the various weird forms vdf takes in the wild and providing access to the data stream instead of always requiring parsing the file in full.