Cargo Features
tmpl-resolver has no features set by default.
[dependencies]
tmpl-resolver = { version = "0.0.14", features = ["std", "serde", "bincode", "toml"] }
- std
-
Enables kstring, std of optional bincode, std of thiserror and optional serde and ahash
ahash:
Enabling this will enable
AHashMap
andAHashSet
.Affects
tmpl-resolver::ContextMap
,tmpl-resolver::ContextMapBuf
,resolver::AHashRawMap
,resolver::TemplateAST
,resolver::OrderedAST
… - serde bincode?
-
Enables serde, serde of tinyvec, serde of compact_str, optional ahash, and optional kstring
- bincode = serde
-
Enables bincode
- toml
-
Enables toml