Cargo Features

cglue-macro has no features set by default.

[dependencies]
cglue-macro = { version = "0.3.1", features = ["rust_void", "unstable", "layout_checks", "task", "futures", "unwind_abi_default", "unwind_abi_ext"] }
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

unwind_abi_default

Enables unwind_abi_default of cglue-gen

unwind_abi_ext

Enables unwind_abi_ext of cglue-gen

cglue-macro has 7 features without comments.