tvl-depot/tvix/serde/src
Vincent Ambo 3e915af8bb feat(tvix/serde): add a function to with custom configuration
This adds a `from_str_with_config` function which takes a
user-supplied closure that sets additional settings on the
`tvix_eval::Evaluation`.

Note that users can not set `strict = false`, but other settings are
not restricted.

This solves b/262.

Change-Id: Ice184400b843cfbcaa5b6fe251ced12b6815e085
Reviewed-on: https://cl.tvl.fyi/c/depot/+/8808
Autosubmit: tazjin <tazjin@tvl.su>
Tested-by: BuildkiteCI
Reviewed-by: flokli <flokli@flokli.de>
2023-06-16 12:05:04 +00:00
..
de.rs feat(tvix/serde): add a function to with custom configuration 2023-06-16 12:05:04 +00:00
de_tests.rs feat(tvix/serde): implement enum deserialisation 2023-01-04 17:21:40 +00:00
error.rs feat(tvix/serde): implement enum deserialisation 2023-01-04 17:21:40 +00:00
lib.rs test(tvix/serde): add initial set of deserialisation tests 2023-01-03 13:37:12 +00:00