Cargo Features

rigz_ast has no features set by default.

[dependencies]
rigz_ast = { version = "0.5.0", features = ["derive", "js", "threaded"] }
default

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

Enables threaded of rigz_vm

derive

Enables proc-macro2 and quote, derive of rigz_vm

js

Enables js of rigz_vm

threaded

Enables threaded of rigz_vm

rigz_ast has 4 features without comments.