Cargo Features

[dependencies]
liberty-db = { version = "0.7.4", default-features = false, features = ["fast_hash", "hashmatch", "vec2map"] }
default = fast_hash, hashmatch, vec2map

These default features are set whenever liberty-db is added without default-features = false somewhere in the dependency tree.

fast_hash default

Enables ahash

hashmatch default

use str's hash to do match, rather than directly match str

Enables hashmatch of liberty-macros

vec2map default

better parse performance, but no error information when occuring duplicated id

Enables vec2map of liberty-macros