Crates.io | ensan-proc-macro |
lib.rs | ensan-proc-macro |
version | 0.1.0 |
source | src |
created_at | 2024-05-28 19:02:54.705544 |
updated_at | 2024-05-28 19:02:54.705544 |
description | Proc macros for the ensan crate |
homepage | |
repository | https://github.com/FyraLabs/ensan |
max_upload_size | |
id | 1254668 |
size | 5,305 |
A corrosive expression engine for a corroded language.
Extended (Dynamic) Evaluation Engine for hcl-rs
.
This crate aims to provide an extended evaluation engine for hcl-rs
.
It simplifies the usage of hcl-rs
by re-implementing features in hcldec
library.
It includes advanced DAG graph building and evaluation features, allowing evaluation of references in the current document without needing additional variables in the context, similar to Terraform's behavior.
For usage, see the documentation for the [engine
] module.