Cargo Features
[dependencies]
pendzl_lang_macro = { version = "1.0.2", default-features = false, features = ["std"] }
- default = std
-
The
std
feature is set by default wheneverpendzl_lang_macro
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of pendzl_lang_codegen
pendzl_lang_macro has 2 features without comments.