Cargo Features

glossa-DSL has no features set by default.

[dependencies]
glossa-dsl = { version = "0.0.15", 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 and AHashSet.

Affects glossa-dsl::ContextMap, glossa-dsl::ContextMapBuf, resolver::AHashRawMap, resolver::AST, 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