Commit graph

3 commits

Author SHA1 Message Date
d500b01709
feat: Implement bundle writing and file injecting 2022-11-16 09:36:46 +01:00
c514f36bcb
fix: Fix parsing CSV dictionary
`csv_async`'s deserializer seems to only emit a few specific types
to the supplied visitor. Namely strings and 64 bit numbers. I was
not able to figure out why some numbers where considered floats.

So each visitor for the hash types needs to implement all of those
data types and convert them, if necessary.
2022-11-15 15:10:59 +01:00
75c459672c
feat: Implement hash dictionary 2022-11-03 20:24:14 +01:00