blob: d453fdd93af92d6594a9199e55ca6561e4533bed [file] [log] [blame]
pub fn get_included_str() -> &'static str {
include_str!(concat!(
env!("CARGO_MANIFEST_DIR"),
"/include/included_file.rs.inc"
))
}