martinohmann / hcl-rs

HCL parsing and encoding libraries for rust with serde support
Apache License 2.0
124 stars 13 forks source link

feat(repr): re-export types from crate root #241

Closed martinohmann closed 1 year ago

martinohmann commented 1 year ago

This makes them easier to discover since they are a core feature of hcl-edit. At the same time the repr module is hidden from the docs and will eventually be made private in a future change.