pub struct Cfg<'a> {
pub include_prefix: &'a str,
pub exported_header_dirs: Vec<&'a Path>,
pub exported_header_prefixes: Vec<&'a str>,
pub exported_header_links: Vec<&'a str>,
pub doxygen: bool,
/* private fields */
}Expand description
Build configuration. See CFG.
Fields§
§include_prefix: &'a strSee CFG.include_prefix.
exported_header_dirs: Vec<&'a Path>§exported_header_prefixes: Vec<&'a str>§exported_header_links: Vec<&'a str>§doxygen: boolSee CFG.doxygen.