Re-exports§
pub use error::Error;
pub use error::Result;
pub use api::evaluator::EvaluatorOptions;
pub use value::PklValue as Value;
Modules§
Functions§
- from_
config - Evaluates a
.pkl
file and deserializes it asT
. If you need to pass options to the evaluator, such as properties, usefrom_config_with_options
. - from_
config_ with_ options - Allows for passing options to the evaluator, such as properties (e.g.
read("prop:username")
). SeeEvaluatorOptions
for more information.