Cargo Features

[dependencies]
hs-bindgen = { version = "0.9.0", default-features = false, features = ["std", "full", "reflexive"] }
default = std

The std feature is set by default whenever hs-bindgen is added without default-features = false somewhere in the dependency tree.

std default full?

Enables std of hs-bindgen-traits

full = reflexive, std
reflexive full?

Enables reflexive of hs-bindgen-attribute

hs-bindgen has 4 features without comments.