Cargo Features

[dependencies]
c2a-core = { version = "4.4.0", default-features = false, features = ["std", "export-src", "clang-runtime", "no-c2a-link"] }
default = clang-runtime

The clang-runtime feature is set by default whenever c2a-core is added without default-features = false somewhere in the dependency tree.

std export-src?
export-src = std

Affects c2a-core::source_dir

clang-runtime build default

Enables runtime of clang