Cargo Features

[dependencies]
process-fun = { version = "0.1.1", default-features = false, features = ["debug"] }
default = debug

The debug feature is set by default whenever process-fun is added without default-features = false somewhere in the dependency tree.

debug default

Enables debug of process-fun-core and process-fun-macro

process-fun has 2 features without comments.