feat(tvix/eval): implement builtins.toXML

Change-Id: I009efc53a8e98f0650ae660c4decd8216e8a06e7
Reviewed-on: https://cl.tvl.fyi/c/depot/+/7835
Reviewed-by: flokli <flokli@flokli.de>
Tested-by: BuildkiteCI
This commit is contained in:
Vincent Ambo 2023-01-15 14:52:37 +03:00 committed by tazjin
parent 1786b4c835
commit d365b09226
11 changed files with 189 additions and 0 deletions

View file

@ -25,6 +25,7 @@ serde_json = "1.0"
smol_str = "0.1"
tabwriter = "1.2"
test-strategy = { version = "0.2.1", optional = true }
xml-rs = "0.8.4"
[dev-dependencies]
criterion = "0.4"