vdf-reader 0.3.3

Rust parser for valve vdf files.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
"Resource/specificPanel.res"
{
    // Specify panel-specific controls here
    empty ""
    "empty quoted" "\"\""
    array 1
    array 2
    array "3"
    windows_path "C:\test\no newline"
    bracket_string "[{]"
    ignored_bracket_string "[{]"

    \\"$translucent" 1 // this is real vdf written by real valve developers
    "$envmaptint" .5 .5 .5
}