Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2023-01-31 | r/5785 feat(tvix/serde): add an example application to the project | Vincent Ambo | 3 | -0/+57 |
2023-01-04 | r/5585 feat(tvix/serde): implement enum deserialisation | Vincent Ambo | 3 | -6/+188 |
2023-01-04 | r/5584 feat(tvix/serde): add newtype & tuple deserialisation | Vincent Ambo | 2 | -10/+27 |
2023-01-03 | r/5576 test(tvix/serde): add initial set of deserialisation tests | Vincent Ambo | 3 | -1/+86 |
2023-01-03 | r/5575 feat(tvix/serde): handle nested data structures | Vincent Ambo | 1 | -12/+55 |
2023-01-02 | r/5566 feat(tvix/serde): initial Nix->serde::Deserialize impl | Vincent Ambo | 5 | -0/+444 |