snix/tvix/eval/src/value
Vincent Ambo 4c9aad17ad fix(tvix/value): add escaping logic for Nix strings
Nix strings displayed to users must be escaped the same way as they
are in C++ Nix. This adds the scaffolding for escapes, but is most
likely not yet complete.

Change-Id: Icfdcb2ac98d292c567ba894a92b6529a53e0cc17
Reviewed-on: https://cl.tvl.fyi/c/depot/+/6124
Tested-by: BuildkiteCI
Reviewed-by: grfn <grfn@gws.fyi>
2022-08-24 21:23:12 +00:00
..
attrs test(tvix/value): add simple attrset construction tests 2022-08-24 18:19:52 +00:00
attrs.rs feat(tvix/value): introduce string representation with &'static str 2022-08-24 18:19:52 +00:00
list.rs feat(tvix/value): implement Display properly for lists 2022-08-13 18:28:36 +00:00
mod.rs refactor(tvix/value): encapsulate attrset logic within value::attrs 2022-08-24 18:19:52 +00:00
string.rs fix(tvix/value): add escaping logic for Nix strings 2022-08-24 21:23:12 +00:00