tvl-depot/tvix/serde
Florian Klink 5f62cd1ad5 refactor(tvix/serde): allow dead_code in struct
This is an example, which uses the debug trait to print all field
values.

Silence the compiler warning about unused fields.

Change-Id: I5f1216c77819003302e83ba1af1ff13c924f3b38
Reviewed-on: https://cl.tvl.fyi/c/depot/+/7971
Reviewed-by: tazjin <tazjin@tvl.su>
Tested-by: BuildkiteCI
Autosubmit: flokli <flokli@flokli.de>
2023-01-31 15:35:46 +00:00
..
examples refactor(tvix/serde): allow dead_code in struct 2023-01-31 15:35:46 +00:00
src feat(tvix/serde): implement enum deserialisation 2023-01-04 17:21:40 +00:00
.skip-subtree feat(tvix/serde): add an example application to the project 2023-01-31 13:11:28 +00:00
Cargo.toml test(tvix/serde): add initial set of deserialisation tests 2023-01-03 13:37:12 +00:00
default.nix feat(tvix/serde): initial Nix->serde::Deserialize impl 2023-01-02 22:24:43 +00:00