Skip to content
/ hcl-rs Public
forked from martinohmann/hcl-rs

HCL parsing and encoding libraries for rust with serde support

License

Notifications You must be signed in to change notification settings

recogni/hcl-rs

 
 

Repository files navigation

hcl-rs

Build Status License: Apache 2.0 License: MIT

This repository contains the following rust crates around the Hashicorp Configuration Language (HCL):

  • hcl-rs: HCL library with serde and expression evaluation support.
  • hcl-edit: Parse and modify HCL documents while preserving whitespace and comments.
  • hcl-primitives: Primitives used by the HCL sub-languages.

Contributing

Contributions are welcome! Please read CONTRIBUTING.md before creating a PR.

License

If not stated otherwise, the source code inside this repository is licensed under either of Apache License, Version 2.0 or MIT license at your option.

About

HCL parsing and encoding libraries for rust with serde support

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 99.3%
  • Other 0.7%