Crate cargo_kconfig

Source

Macros§

kbool
Given a configuration, returns the value of the expression as boolean value.
kcfg
Given a configuration, renders or does not render the given statement or expression.
kcfg_report
This macro reports an existing configuration. By default, it reports the configuration with the tag name “default”. If this configuration is not available
kint
Given a configuration, returns the value of the expression as unsigned integer.
kstr
Given a configuration, returns the value of the expression as string.
load_kcfg
This macro loads a configuration. By default, it loads the configuration from current working directory, and tags it as default configuration. However, this can be manipulated in mulitple ways: