Re-exports§
pub use error::Error;pub use error::Result;pub use api::evaluator::EvaluatorOptions;pub use api::evaluator::HttpOptions;pub use api::evaluator::HttpProxy;pub use value::PklValue as Value;
Modules§
Functions§
- from_
config - Evaluates a
.pklfile 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")). SeeEvaluatorOptionsfor more information.