Cargo Features
[dependencies]
rusty_lr = { version = "3.3.1", default-features = false, features = ["fxhash", "builder", "build", "derive", "tree", "error"] }
- default = derive
-
The
derive
feature is set by default wheneverrusty_lr
is added without
somewhere in the dependency tree.default-features = false - fxhash
-
Enables fxhash of rusty_lr_buildscript, rusty_lr_core, and rusty_lr_derive
rusty_lr_core:
use
rustc-hash
crate for hash map - builder
-
Enables builder of rusty_lr_core
- build
-
Enables rusty_lr_buildscript
Affects
rusty_lr::build
… - derive default
-
Enables rusty_lr_derive
- tree
-
Enables tree of rusty_lr_buildscript, rusty_lr_core, and rusty_lr_derive
- error
-
Enables error of rusty_lr_core