Cargo Features
[dependencies]
hax-lib = { version = "0.1.0-alpha.1", default-features = false, features = ["macros"] }
- default = macros
-
The
macros
feature is set by default wheneverhax-lib
is added without
somewhere in the dependency tree.default-features = false - macros default
-
Enables hax-lib-macros
hax-lib has 2 features without comments.