Crate rpkl

Source

Re-exports§

pub use error::Error;
pub use error::Result;
pub use api::evaluator::EvaluatorOptions;
pub use value::PklValue as Value;

Modules§

api
error
pkl
value

Functions§

from_config
Evaluates a .pkl file and deserializes it as T. If you need to pass options to the evaluator, such as properties, use from_config_with_options.
from_config_with_options
Allows for passing options to the evaluator, such as properties (e.g. read("prop:username")). See EvaluatorOptions for more information.