Cargo Features
[dependencies]
process-fun = { version = "0.1.1", default-features = false, features = ["debug"] }
- default = debug
-
The
debug
feature is set by default wheneverprocess-fun
is added without
somewhere in the dependency tree.default-features = false - debug default
-
Enables debug of process-fun-core and process-fun-macro
process-fun has 2 features without comments.