mirror of
https://codeberg.org/icewind/vdf-reader.git
synced 2026-06-04 02:24:08 +02:00
serde for Entry/Table/Statement/Value
This commit is contained in:
parent
6a332d051f
commit
d7d26f530a
14 changed files with 367 additions and 72 deletions
|
|
@ -3,6 +3,6 @@ source: tests/parse.rs
|
|||
expression: parsed
|
||||
---
|
||||
{
|
||||
"bar": Value("asd"),
|
||||
"foo": Value("1"),
|
||||
"bar": "asd",
|
||||
"foo": "1",
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue