New features:
-
Two new functions are exposed via the Rust library.
parameter_values_from_str
parameter_values_from_yaml
These allow
ParameterValues
to be constructed from either strings orYaml
values without needing to read from a file, for programmatic use.