Cargo Features
[dependencies]
buffi_macro = { version = "0.2.0", default-features = false, features = ["with_c_api", "with_tracing"] }
- default = with_c_api
-
The
with_c_api
feature is set by default wheneverbuffi_macro
is added without
somewhere in the dependency tree.default-features = false - with_c_api default
- with_tracing
buffi_macro has 3 features without comments.