about summary refs log tree commit diff
path: root/tvix/serde/src (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-01-04 r/5585 feat(tvix/serde): implement enum deserialisationVincent Ambo3-6/+188
2023-01-04 r/5584 feat(tvix/serde): add newtype & tuple deserialisationVincent Ambo2-10/+27
2023-01-03 r/5576 test(tvix/serde): add initial set of deserialisation testsVincent Ambo2-0/+85
2023-01-03 r/5575 feat(tvix/serde): handle nested data structuresVincent Ambo1-12/+55
2023-01-02 r/5566 feat(tvix/serde): initial Nix->serde::Deserialize implVincent Ambo3-0/+431