Expand description
Deserialize HCL data to a Rust data structure.
The Deserializer
implementation tries to follow the HCL JSON Specification
as close as possible.
Structs§
- A structure that deserializes HCL into Rust values.
Functions§
- Interpret a
hcl::Body
as an instance of typeT
. - Deserialize an instance of type
T
from an IO stream of HCL. - Deserialize an instance of type
T
from a byte slice. - Deserialize an instance of type
T
from a string of HCL text.