libraries: add hcl-rs

Signed-off-by: Rui Chen <rui@chenrui.dev>
This commit is contained in:
Rui Chen
2025-02-09 22:16:38 -05:00
parent 952c1f6dcb
commit 5b1301d131

View File

@@ -468,6 +468,7 @@ For more Community Modules not listed here please see the [Terraform Module Regi
## Libraries
- [hcl-rs](https://github.com/martinohmann/hcl-rs) - HCL parsing and encoding libraries for rust with serde support
- [hcl4j](https://github.com/bertramdev/hcl4j) - HCL parser in Java
- [nu_plugin_hcl](https://github.com/Yethal/nu_plugin_hcl) - HCL parser plugin for [Nushell](https://github.com/nushell/nushell)
- [pyhcl](https://github.com/virtuald/pyhcl) - HCL parser in Python