Cargo Features

tmpl-resolver has no features set by default.

[dependencies]
tmpl-resolver = { version = "0.0.8", features = ["std", "all", "serde", "bincode"] }
std all?

Enables kstring, std of optional bincode, std of thiserror and optional serde and ahash

ahash:

Enabling this will enable AHashMap and AHashSet.

Affects tmpl-resolver::ContextMap, resolver::AHashRawMap, resolver::TemplateAST

all = bincode, serde, std
serde all? bincode?

Enables serde, serde of tinyvec, serde of compact_str, optional ahash, and optional kstring

bincode all? = serde

Enables bincode