Cargo Features

cglue-macro has no features set by default.

[dependencies]
cglue-macro = { version = "0.3.0", features = ["rust_void", "unstable", "layout_checks", "task", "futures"] }
rust_void

Enables rust_void of cglue-gen

unstable

Enables unstable of cglue-gen

layout_checks

Enables layout_checks of cglue-gen

task futures?

Enables task of cglue-gen

futures = task

Enables futures of cglue-gen

cglue-macro has 5 features without comments.