Cargo Features
[dependencies]
liberty-db = { version = "0.7.2", default-features = false, features = ["fast_hash", "hash_match", "vec2map"] }
- default = fast_hash, hash_match, vec2map
-
These default features are set whenever
liberty-db
is added without
somewhere in the dependency tree.default-features = false - fast_hash default
-
Enables ahash
- hash_match default
-
use str's hash to do match, rather than directly match str
Enables hash_match of liberty-macros
- vec2map default
-
better parse performance, but no error information when occuring duplicated id
Enables vec2map of liberty-macros