snix/tvix/eval/src/value
Florian Klink 82540717d6 feat(tvix/eval): make into_json public
Allow other crates (like tvix-glue) to look at a Value in JSON, which is
used by the structured attrs feature.

Change-Id: Iba02ace6e11a74c3f9b19dcbef4b008b76dec046
Reviewed-on: https://cl.tvl.fyi/c/depot/+/10602
Reviewed-by: tazjin <tazjin@tvl.su>
Reviewed-by: raitobezarius <tvl@lahfa.xyz>
Tested-by: BuildkiteCI
2024-01-12 22:25:35 +00:00
..
attrs refactor(tvix/eval): simplify NixString representation(s) 2023-03-13 20:30:59 +00:00
arbitrary.rs refactor(tvix/eval): box PathBuf 2023-03-13 20:30:59 +00:00
attrs.rs feat(tvix/eval): nonrecursive coerce_to_string() 2023-12-12 14:54:46 +00:00
builtin.rs docs(tvix/eval): fix some broken docstr references 2023-09-22 09:14:33 +00:00
function.rs docs(tvix/eval): fix some broken docstr references 2023-09-22 09:14:33 +00:00
json.rs feat(tvix/eval): make into_json public 2024-01-12 22:25:35 +00:00
list.rs chore(tvix): fix trivial clippy lints 2023-11-05 20:28:37 +00:00
mod.rs feat(tvix/eval): contextful coercion of files 2024-01-03 18:50:29 +00:00
path.rs refactor(tvix/eval): factor out all calls to canon_path 2022-10-13 09:07:47 +00:00
string.rs feat(tvix/eval): implement getContext primop 2024-01-03 18:20:43 +00:00
thunk.rs feat(tvix/eval): nonrecursive deep_force() 2023-12-12 14:36:02 +00:00