Module de

Source
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§

Deserializer
A structure that deserializes HCL into Rust values.

Functions§

from_body
Interpret a hcl::Body as an instance of type T.
from_reader
Deserialize an instance of type T from an IO stream of HCL.
from_slice
Deserialize an instance of type T from a byte slice.
from_str
Deserialize an instance of type T from a string of HCL text.