Cargo Features
tera-v1 has no features set by default.
[dependencies]
tera-v1 = { version = "1.0.0-alpha.4", features = ["preserve_order"] }
- preserve_order
-
Enables preserve_order of serde_json
serde_json:
Make serde_json::Map use a representation which maintains insertion order.
This allows data to be read into a Value and written back to a JSON string while preserving the order of map keys in the input.
tera-v1 has 1 feature without comment.