#编译时 # #资源 #测试 #收集器 #文件

static_res

编译时资源文件收集器

2 个版本

0.1.1 2022年6月7日
0.1.0 2022年4月20日

#42 in #资源

MIT 许可证

5KB
91

static_res!

static_res! { "tests/**" }

fn main() {
	assert!(tests::test_txt == include_bytes!("../tests/test.txt"));
	assert!(tests::folder::test_txt == b"yet another test");
}

依赖项

~5–14MB
~166K SLoC