Module eval

Module eval 

Source
Expand description

Evaluation components for Jsonnet

This module contains the core evaluation infrastructure that can be extended through handler-based architecture.

Re-exports§

pub use context::Context;
pub use context::Scope;
pub use handlers::*;

Modules§

context
Evaluation context for managing variable scopes and evaluation state
handlers
Handler traits for extensible Jsonnet evaluation