static_res!
``` static_res! { "tests/**" }
fn main() { assert!(tests::testtxt == includebytes!("../tests/test.txt")); assert!(tests::folder::test_txt == b"yet another test"); } ```