1
Fork 0
Commit graph

5 commits

Author SHA1 Message Date
8c5f0ad7d1
Add documentation 2024-03-21 13:39:41 +01:00
5ec97dab43
Implement generic writer target
Implements `to_writer` and `to_vec` functions.
2024-03-21 10:13:45 +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
502c2a2986
feat: Implement serialization 2022-11-18 09:21:46 +01:00