Cargo Features

[dependencies]
CodeGenLib = { version = "0.0.1", default-features = false, features = ["all", "jit"] }
default all = all

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

all default = default, jit
jit all

Affects CodeGenLib::jit