macro_rules! include_mod {
($mod_name: tt) => { ... };
}
Expand description
Include a module generated build the build script.
You must specify the module name: for example:
ⓘ
parse_sap_odata::include_mod!("gwsample_basic");
parse_sap_odata::include_mod!("gwsample_basic_metadata");
§Note:
This macro assumes you have not modified the output directory of parse-sap-odata
!.
The default output directory is available from the OUT_DIR
environment variable.