Cargo Features

[dependencies]
hebi_syntax = { version = "0.3.0", default-features = false, features = ["check_recursion_limit"] }
default = check_recursion_limit

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

check_recursion_limit default

hebi_syntax has 2 features without comments.