xref: /aosp_15_r20/external/bazelbuild-rules_rust/examples/cargo_manifest_dir/external_crate/src/lib.rs (revision d4726bddaa87cc4778e7472feed243fa4b6c267f)

get_included_str() -> &'static str1 pub fn get_included_str() -> &'static str {
2     include_str!(concat!(
3         env!("CARGO_MANIFEST_DIR"),
4         "/include/included_file.rs.inc"
5     ))
6 }
7