8439ef0cd5
Update nom to new major version
2025-04-21 22:03:18 +02:00
66e708c9e6
fix(parser): Fix parsing CRLF
2023-03-15 21:30:19 +01:00
516ddd1b08
feat: Implement literal strings
...
Closes #5 .
2023-03-10 10:42:54 +01:00
1ca19b4dda
fix(parser): Fix incorrect parsing of unquoted strings
...
Closes #4 .
2023-03-01 19:31:18 +01:00
81896339a3
fix(parser): Support backslashes in delimited strings
...
Fixes #2 .
2023-02-24 11:15:17 +01:00
5a367bc478
fix: Fix deserializing arrays and structs
...
I'm still not sure when `deserialize_any` is called over one of the
specific variants, but it seems like I do have do make `deserialize_any`
aware of all value types.
Fixes #1 .
2023-02-18 18:28:44 +01:00
d4ea35d273
feat: Implement deserialization
2022-11-25 16:08:58 +01:00