openjd-sessions 0.2.0

Open Job Description sessions — local job execution runtime
Documentation
1
2
3
4
5
6
7
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// Copyright by contributors to this project.
// SPDX-License-Identifier: (Apache-2.0 OR MIT)

//! Let binding evaluation — delegates to openjd_model::evaluate_let_bindings.

pub use openjd_model::evaluate_let_bindings;