Cargo Features

[dependencies]
rusty_lr = { version = "3.2.0", default-features = false, features = ["fxhash", "builder", "build", "derive", "tree", "error"] }
default = derive

The derive feature is set by default whenever rusty_lr is added without default-features = false somewhere in the dependency tree.

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