• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download

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