Is there a Rust macro or a similar workaround to include the path of the 'src' folder created via cargo new in my source file as a string literal at compile time or specifically when doing cargo build?
I have successfully done something similar where I use include_str! to include file content but I need to know if it is possible to directly include the src path in the code.